fix mistake
This commit is contained in:
parent
7a0d397baf
commit
c76acc242d
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ pub fn getModuleInternal(b: *std.Build) *std.Build.Module {
|
|||
|
||||
pub const math = struct {
|
||||
pub fn getModule(b: *std.Build, comptime rl_path: []const u8) *std.Build.Module {
|
||||
var raylib = rl.getModuleInternal(b);
|
||||
var raylib = rl.getModule(b, rl_path);
|
||||
return b.addModule("raylib-math", .{ .source_file = .{ .path = rl_path ++ "/lib/raylib-zig-math.zig" }, .dependencies = &.{.{ .name = "raylib-zig", .module = raylib }} });
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue