mirror of
https://github.com/Not-Nik/raylib-zig.git
synced 2025-09-09 12:07:27 +00:00
Remove system raylib option
This commit is contained in:
parent
00ea64faa7
commit
aee5a0d11f
@ -178,8 +178,6 @@ pub fn build(b: *std.Build) !void {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const examples_step = b.step("examples", "Builds all the examples");
|
const examples_step = b.step("examples", "Builds all the examples");
|
||||||
const system_lib = b.option(bool, "system-raylib", "link to preinstalled raylib libraries") orelse false;
|
|
||||||
_ = system_lib;
|
|
||||||
|
|
||||||
var raylib = rl.getModuleInternal(b);
|
var raylib = rl.getModuleInternal(b);
|
||||||
var raylib_math = rl.math.getModuleInternal(b);
|
var raylib_math = rl.math.getModuleInternal(b);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user