mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-15 23:54:07 +00:00
test
This commit is contained in:
@@ -8,9 +8,9 @@ utf32 :: rune
|
||||
|
||||
// handles
|
||||
surface :: distinct u32
|
||||
font :: distinct u32
|
||||
image :: distinct u32
|
||||
canvas :: distinct u32
|
||||
font :: distinct u64
|
||||
image :: distinct u64
|
||||
canvas :: distinct u64
|
||||
|
||||
joint_type :: enum c.int {
|
||||
MITER,
|
||||
|
||||
@@ -73,7 +73,7 @@ gb_internal i32 linker_stage(LinkerData *gen) {
|
||||
|
||||
#if defined(GB_SYSTEM_WINDOWS)
|
||||
if (build_context.metrics.os == TargetOs_orca) {
|
||||
extra_orca_flags = str_lit(" -L . --export-dynamic");
|
||||
extra_orca_flags = str_lit(" W:/orca/installation/dev-afb9591/bin/liborca_wasm.a --export-dynamic");
|
||||
}
|
||||
result = system_exec_command_line_app("wasm-ld",
|
||||
"\"%.*s\\bin\\wasm-ld\" \"%.*s.o\" -o \"%.*s\" %.*s %.*s %.*s",
|
||||
|
||||
Reference in New Issue
Block a user