mirror of
https://github.com/ziglang/zig.git
synced 2024-11-29 00:22:33 +00:00
159cd528b1
This way, we can explicitly signal if a test requires the presence of macOS SDK to build. For instance, when testing our in-house MachO linker for correctly linking Objective-C, we require the presence of the SDK on the host system, and we can enforce this with `-Denable-macos-sdk` flag to `zig build test-standalone`. |
||
---|---|---|
.. | ||
build.zig | ||
Foo.h | ||
Foo.m | ||
test.m |