a functional windows surgical linker

This commit is contained in:
Folkert 2022-09-22 21:28:27 +02:00
parent 466b5d78cb
commit 1c95fd3761
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
3 changed files with 417 additions and 32 deletions

View file

@ -133,6 +133,7 @@ pub fn build_zig_host_native(
command.args(&[
"build-exe",
"-fPIE",
"-rdynamic", // make sure roc_alloc and friends are exposed
shared_lib_path.to_str().unwrap(),
&builtins_obj,
]);