Compare commits

..

No commits in common. "94b573b2e50e19a8ad72da28023ba0f09916b568" and "9f78cc7fb36f3b68221d54154404f8231add026d" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
{ {
"editor.rulers": [100], "editor.rulers": [100],
"git.detectSubmodules": false,
"files.exclude":{ "files.exclude":{
"**/.git": true, "**/.git": true,

View File

@ -12,7 +12,7 @@ pub fn build(builder: *std.build.Builder) void {
ona_exe.setBuildMode(mode); ona_exe.setBuildMode(mode);
ona_exe.install(); ona_exe.install();
ona_exe.addIncludeDir("./ext"); ona_exe.addIncludeDir("./ext");
ona_exe.linkSystemLibrary("SDL2"); ona_exe.linkSystemLibrary("sdl2");
// Lua dependency. // Lua dependency.
ona_exe.linkLibrary(link_lua: { ona_exe.linkLibrary(link_lua: {