mirror of
https://github.com/RGBCube/DOOM-fire-zig
synced 2025-07-28 17:47:45 +00:00
Resolve the conflicts
This commit is contained in:
parent
2699c566f3
commit
c1fe1abfca
2 changed files with 31 additions and 61 deletions
|
@ -13,7 +13,6 @@ pub fn build(b: *std.build.Builder) void {
|
|||
|
||||
const exe = b.addExecutable("DOOM-fire", "src/main.zig");
|
||||
|
||||
exe.addIncludeDir("src");
|
||||
exe.linkLibC();
|
||||
exe.setTarget(target);
|
||||
exe.setBuildMode(mode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue