diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2022-12-16 18:38:01 +0100 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2022-12-16 18:38:01 +0100 |
commit | 70ac042b7d69d1e9113fc6835859059040074edb (patch) | |
tree | d64061b2b58b7352d95444f83421bfe5e757d0a7 /build.zig | |
parent | b31f1d5379c61373f672fc689705acf902ad9cf9 (diff) |
v10
Diffstat (limited to 'build.zig')
-rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ pub fn build(b: *std.build.Builder) void { exe.setTarget(target); exe.setBuildMode(mode); exe.install(); - exe.linkSystemLibrary("SDL2"); + exe.linkSystemLibrary("sdl2"); const run_cmd = exe.run(); run_cmd.step.dependOn(b.getInstallStep()); |