mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-18 20:15:05 +00:00
fixes for zig tests Windows
This commit is contained in:
parent
2f511779a6
commit
2e0c83ae63
4 changed files with 21 additions and 16 deletions
|
@ -52,6 +52,10 @@ comptime {
|
|||
@export(testing_roc_mmap, .{ .name = "roc_mmap", .linkage = .Strong });
|
||||
@export(testing_roc_shm_open, .{ .name = "roc_shm_open", .linkage = .Strong });
|
||||
}
|
||||
|
||||
if (builtin.os.tag == .windows) {
|
||||
@export(roc_getppid_windows_stub, .{ .name = "roc_getppid", .linkage = .Strong });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue