all: update to latest mach-glfw build API
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
bd6b20e4a6
commit
b5618e8501
1 changed files with 5 additions and 1 deletions
|
@ -54,7 +54,11 @@ Then in your `build.zig` add:
|
||||||
|
|
||||||
```zig
|
```zig
|
||||||
...
|
...
|
||||||
const glfw = @import("libs/mach-glfw/build.zig");
|
const glfw = @import("libs/mach-glfw/sdk.zig").Sdk(.{
|
||||||
|
// TODO(build-system): This cannot be imported with the Zig package manager
|
||||||
|
// error: TarUnsupportedFileType
|
||||||
|
.xcode_frameworks = @import("libs/mach-glfw/libs/xcode-frameworks/build.zig"),
|
||||||
|
});
|
||||||
|
|
||||||
pub fn build(b: *Build) !void {
|
pub fn build(b: *Build) !void {
|
||||||
...
|
...
|
||||||
|
|
Loading…
Add table
Reference in a new issue