diff options
| author | Purple4pur <[email protected]> | 2023-10-09 19:05:19 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-10-09 13:05:19 +0200 |
| commit | 540ad9944205235cd9ccbd716c5a667daf929616 (patch) | |
| tree | 4a0897c819739c6dbc6751fd963c9b9ecc982f70 /build.zig | |
| parent | cfffa74f96c06231f6fa327e9cc52863b18d52b2 (diff) | |
| download | raylib-540ad9944205235cd9ccbd716c5a667daf929616.tar.gz raylib-540ad9944205235cd9ccbd716c5a667daf929616.zip | |
Update zig build system to zig version 0.11.0 (#3393)
* update build.zig for zig 0.11.0
* fix build.zig in examples to install executable correctly
* discard build.zig, only use src/build.zig, to avoid annoying zig-out path problem
* update zig version note
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/build.zig b/build.zig deleted file mode 100644 index 12c0513f..00000000 --- a/build.zig +++ /dev/null @@ -1,7 +0,0 @@ -const std = @import("std"); -const raylib = @import("src/build.zig"); - -// This has been tested to work with zig master branch as of commit 87de821 or May 14 2023 -pub fn build(b: *std.Build) void { - raylib.build(b); -} |
