Bundle raylib artifact with raylib module
Co-authored-by: haxsam <haxsam@pm.me>
This commit is contained in:
parent
6ecc0455eb
commit
3cd4d3179d
3 changed files with 2 additions and 4 deletions
|
|
@ -33,7 +33,6 @@ pub fn build(b: *std.Build) !void {
|
|||
.optimize = optimize,
|
||||
});
|
||||
exe_mod.addImport("raylib", raylib);
|
||||
exe_mod.linkLibrary(raylib_artifact);
|
||||
|
||||
const run_step = b.step("run", "Run the app");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue