mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-20 12:44:59 -07:00
Fix automatic pointer deref for structures in SSA
This commit is contained in:
+2
-1
@@ -83,7 +83,8 @@ int main(int argc, char **argv) {
|
||||
output_name, cast(int)base_name_len, output_name);
|
||||
if (exit_code == 0) {
|
||||
win32_exec_command_line_app(
|
||||
"clang %.*s.bc -o %.*s.exe -Wno-override-module "
|
||||
"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",
|
||||
cast(int)base_name_len, output_name,
|
||||
cast(int)base_name_len, output_name);
|
||||
|
||||
Reference in New Issue
Block a user