mirror of
https://github.com/Not-Nik/raylib-zig.git
synced 2025-09-09 03:57:29 +00:00
Fixed projectSetup.sh
This commit is contained in:
parent
b2c91a2607
commit
90336e3246
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
zig-cache/
|
||||
.idea/
|
||||
Project/*
|
||||
|
||||
**/.DS_Store
|
@ -11,7 +11,7 @@ echo 'const Builder = @import("std").build.Builder;
|
||||
|
||||
pub fn build(b: *Builder) void {
|
||||
const mode = b.standardReleaseOptions();
|
||||
const exe = b.addExecutable('"$PROJECT_NAME"', "src/main.zig");
|
||||
const exe = b.addExecutable("'"$PROJECT_NAME"'", "src/main.zig");
|
||||
exe.setBuildMode(mode);
|
||||
exe.linkSystemLibrary("raylib");
|
||||
exe.install();
|
||||
|
Loading…
x
Reference in New Issue
Block a user