fix building tests
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
581ae55319
commit
b250f2c068
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ pub fn build(b: *Build) !void {
|
||||||
.optimize = main_tests.optimize,
|
.optimize = main_tests.optimize,
|
||||||
}).artifact("vulkan-headers"));
|
}).artifact("vulkan-headers"));
|
||||||
if (main_tests.target_info.target.os.tag == .macos) {
|
if (main_tests.target_info.target.os.tag == .macos) {
|
||||||
@import("xcode_frameworks").addPaths(b, lib);
|
@import("xcode_frameworks").addPaths(b, main_tests);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue