Application Context Implementation #4

Closed
kayomn wants to merge 93 commits from event-loop-dev into main
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 6094dac5f1 - Show all commits

View File

@ -13,6 +13,7 @@ pub fn build(builder: *std.build.Builder) void {
ona_exe.install();
ona_exe.addIncludeDir("./ext");
ona_exe.linkSystemLibrary("SDL2");
ona_exe.linkLibC();
const run_cmd = ona_exe.run();