Got blackholio working
This commit is contained in:
parent
c64475b0a4
commit
9456d51538
6 changed files with 1115 additions and 366 deletions
|
|
@ -21,7 +21,7 @@ pub fn build(b: *std.Build) void {
|
|||
const optimize = b.standardOptimizeOption(.{});
|
||||
|
||||
const lib = b.addExecutable(.{
|
||||
.name = "stdb-zig-helloworld",
|
||||
.name = "blackholio",
|
||||
.root_source_file = b.path("src/main.zig"),
|
||||
.target = target,
|
||||
.optimize = optimize,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue