We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f5c9c commit 2e22683Copy full SHA for 2e22683
build/build/windowsi32_build.lua
@@ -23,6 +23,6 @@ function windowsi32_build()
23
{ "././keys", "/keys" },
24
25
},
26
- command = compiler..[[ --static -o /release/windowsi32.exe -lws2_32]]
+ command = compiler..[[ --static /release/amalgamation.c -o /release/windowsi32.exe -lws2_32]]
27
})
28
end
0 commit comments