mirror of
https://github.com/Not-Nik/raylib-zig.git
synced 2025-09-09 12:07:27 +00:00
Remove pub qualifier from getModuleInternal in build.zig
This commit is contained in:
parent
b74f8d02bb
commit
239d3a2d96
@ -85,7 +85,7 @@ pub fn getModule(b: *std.Build, comptime rl_path: []const u8) *std.Build.Module
|
|||||||
return b.addModule("raylib", .{ .source_file = .{ .path = rl_path ++ "/lib/raylib-zig.zig" } });
|
return b.addModule("raylib", .{ .source_file = .{ .path = rl_path ++ "/lib/raylib-zig.zig" } });
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn getModuleInternal(b: *std.Build) *std.Build.Module {
|
fn getModuleInternal(b: *std.Build) *std.Build.Module {
|
||||||
if (b.modules.contains("raylib")) {
|
if (b.modules.contains("raylib")) {
|
||||||
return b.modules.get("raylib").?;
|
return b.modules.get("raylib").?;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user