diff options
| author | freakmangd <[email protected]> | 2024-04-13 17:34:14 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-13 23:34:14 +0200 |
| commit | ba2a103011b47438ee05427c1f33dd7d52b07efa (patch) | |
| tree | 951ba1b4d9d88a2239ccbc601bcba099487b1437 /build.zig | |
| parent | 214b1997a8fba0e60ed92352c908823a53eb3a8d (diff) | |
| download | raylib-ba2a103011b47438ee05427c1f33dd7d52b07efa.tar.gz raylib-ba2a103011b47438ee05427c1f33dd7d52b07efa.zip | |
[build.zig] Fix local dependency breakage (#3913)
* fix local dependency breakage
* revert accidental change in include path
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ const std = @import("std"); const raylib = @import("src/build.zig"); -// This has been tested to work with zig 0.11.0 and zig 0.12.0-dev.2075+f5978181e +// This has been tested to work with zig 0.11.0 and zig 0.12.0-dev.3632+7fb5a0b18 pub fn build(b: *std.Build) !void { try raylib.build(b); } |
