diff options
| author | realtradam <[email protected]> | 2022-05-14 01:44:34 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-05-14 01:44:34 -0400 |
| commit | 633ac6cc977daffba030b84459fba77c67b901f5 (patch) | |
| tree | 1d672014ddf3a91e08005beb3dfa549ee391a4da /build.zig | |
| parent | 9945000d6da4cfac1c98ec140ad004c7cf1449e6 (diff) | |
| download | zig-chip-8-633ac6cc977daffba030b84459fba77c67b901f5.tar.gz zig-chip-8-633ac6cc977daffba030b84459fba77c67b901f5.zip | |
small cleanup
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ pub fn build(b: *std.build.Builder) void { // between Debug, ReleaseSafe, ReleaseFast, and ReleaseSmall. const mode = b.standardReleaseOptions(); + // wasm32-freestanding-musl + const exe = b.addExecutable("testraylib", "src/main.zig"); exe.linkSystemLibrary("c"); exe.linkSystemLibrary("raylib"); |
