Remove system raylib option

This commit is contained in:
Not-Nik 2023-10-05 15:41:34 +02:00
parent 00ea64faa7
commit aee5a0d11f
No known key found for this signature in database
GPG Key ID: 08BB71E672DB3BFD

View File

@ -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);