Remove system raylib option
This commit is contained in:
parent
00ea64faa7
commit
aee5a0d11f
1 changed files with 0 additions and 2 deletions
|
|
@ -178,8 +178,6 @@ pub fn build(b: *std.Build) !void {
|
|||
};
|
||||
|
||||
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_math = rl.math.getModuleInternal(b);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue