diff options
| author | gingerBill <ginger.bill.22@gmail.com> | 2016-08-17 18:36:37 +0100 |
|---|---|---|
| committer | gingerBill <ginger.bill.22@gmail.com> | 2016-08-17 18:36:37 +0100 |
| commit | 6f9d11b3810190d606a4be89426e203226e648a5 (patch) | |
| tree | f9de1d468448c2e473f5ecc23cfc847ed21a8457 /src/main.cpp | |
| parent | c4fe2ace0595ae51f620aaada1807295e41cd6b5 (diff) | |
Remove scalar*vector; swizzle; broadcast
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 5abb99eb3..c337d1ba2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -84,8 +84,8 @@ int main(int argc, char **argv) { if (exit_code == 0) { win32_exec_command_line_app( "clang -o %.*s.exe %.*s.bc -Wno-override-module " - " ../c_libs/stb_image.c -DSTB_IMAGE_IMPLEMENTATION " - "-lkernel32.lib -luser32.lib -lgdi32.lib -lopengl32.lib", + "-lkernel32.lib -luser32.lib -lgdi32.lib -lopengl32.lib " + "-l../c_libs/stb_image.lib", cast(int)base_name_len, output_name, cast(int)base_name_len, output_name); if (run_output) { |