mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
c conditional compilation?
This commit is contained in:
parent
e5fe8ab023
commit
e0b67e0445
3 changed files with 11 additions and 5 deletions
|
@ -200,7 +200,7 @@ pub fn build_zig_host_native(
|
|||
&bitcode::get_builtins_windows_obj_path(),
|
||||
]);
|
||||
} else {
|
||||
zig_cmd.args(&["build-obj", "-fPIC"]);
|
||||
zig_cmd.args(&["build-obj"]);
|
||||
}
|
||||
|
||||
zig_cmd.args(&[
|
||||
|
@ -295,7 +295,7 @@ pub fn build_zig_host_native(
|
|||
&bitcode::get_builtins_host_obj_path(),
|
||||
]);
|
||||
} else {
|
||||
zig_cmd.args(&["build-obj", "-fPIC"]);
|
||||
zig_cmd.args(&["build-obj"]);
|
||||
}
|
||||
zig_cmd.args(&[
|
||||
zig_host_src,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue