Application Context Implementation #4
|
@ -13,6 +13,7 @@ pub fn build(builder: *std.build.Builder) void {
|
||||||
ona_exe.install();
|
ona_exe.install();
|
||||||
ona_exe.addIncludeDir("./ext");
|
ona_exe.addIncludeDir("./ext");
|
||||||
ona_exe.linkSystemLibrary("SDL2");
|
ona_exe.linkSystemLibrary("SDL2");
|
||||||
|
ona_exe.linkLibC();
|
||||||
|
|
||||||
const run_cmd = ona_exe.run();
|
const run_cmd = ona_exe.run();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue