zig/test/standalone/objc
Jakub Konka 159cd528b1 Add -Denable-macos-sdk explicit flag to build.zig
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`.
2021-08-02 13:41:58 -04:00
..
build.zig Add -Denable-macos-sdk explicit flag to build.zig 2021-08-02 13:41:58 -04:00
Foo.h add standalone Objective-C enabled on macOS only 2021-08-01 22:48:39 +02:00
Foo.m add standalone Objective-C enabled on macOS only 2021-08-01 22:48:39 +02:00
test.m add standalone Objective-C enabled on macOS only 2021-08-01 22:48:39 +02:00