Rename argument lshcore to shcore build.zig
This commit is contained in:
parent
1bd658fed9
commit
c3fcdcddaa
|
|
@ -84,11 +84,11 @@ pub const emsdk = struct {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
pub fn linkWindows(mod: *std.Build.Module, opengl: bool, comptime lshcore: bool) void {
|
pub fn linkWindows(mod: *std.Build.Module, opengl: bool, comptime shcore: bool) void {
|
||||||
if (opengl) mod.linkSystemLibrary("opengl32", .{});
|
if (opengl) mod.linkSystemLibrary("opengl32", .{});
|
||||||
mod.linkSystemLibrary("winmm", .{});
|
mod.linkSystemLibrary("winmm", .{});
|
||||||
mod.linkSystemLibrary("gdi32", .{});
|
mod.linkSystemLibrary("gdi32", .{});
|
||||||
if (lshcore) mod.linkSystemLibrary("shcore", .{});
|
if (shcore) mod.linkSystemLibrary("shcore", .{});
|
||||||
}
|
}
|
||||||
|
|
||||||
fn findWaylandScanner(b: *std.Build) void {
|
fn findWaylandScanner(b: *std.Build) void {
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
//* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
|
//* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
|
||||||
//*
|
//*
|
||||||
//* Copyright (c) 2015 Ramon Santamaria (@raysan5)
|
//* Copyright (c) 2015 Ramon Santamaria (@raysan5)
|
||||||
//* Rewrite in Zig by HaxSam
|
//* Rewrite in Zig by HaxSam (@haxsam)
|
||||||
//*
|
//*
|
||||||
//*******************************************************************************************
|
//*******************************************************************************************
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user