diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-07-24 16:36:16 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-07-24 16:36:16 +0200 |
commit | 9ac435510b89e11425d765cd51379863f70b07ac (patch) | |
tree | 408c9473bbaf64db3a0616995555117271a00535 /build.zig | |
parent | 27c5c9905dcec4bc7743cf67ed1db9b167af38a8 (diff) |
Diffstat (limited to 'build.zig')
-rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ pub fn build(b: *std.Build) void { const exe = b.addExecutable(.{ .name = "mgl-zig-example", - .root_source_file = .{ .path = "src/main.zig" }, + .root_source_file = b.path("src/main.zig"), .target = target, .optimize = optimize, .strip = optimize != std.builtin.OptimizeMode.Debug, |