mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-18 20:40:28 +00:00
Fix orca linking path
This commit is contained in:
@@ -105,7 +105,7 @@ gb_internal i32 linker_stage(LinkerData *gen) {
|
||||
gb_printf_err("executing `orca sdk-path` did not produce output\n");
|
||||
return 1;
|
||||
}
|
||||
inputs = gb_string_append_fmt(inputs, " \"%s/orca-libc/lib/crt1.o\" \"%s/orca-libc/lib/libc.o\"", orca_sdk_path, orca_sdk_path);
|
||||
inputs = gb_string_append_fmt(inputs, " \"%s/orca-libc/lib/crt1.o\" \"%s/orca-libc/lib/libc.a\"", orca_sdk_path, orca_sdk_path);
|
||||
|
||||
extra_orca_flags = gb_string_append_fmt(extra_orca_flags, " -L \"%s/bin\" -lorca_wasm --export-dynamic", orca_sdk_path);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user