mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-06 19:38:15 +00:00
Merge branch 'master' of https://github.com/raysan5/raylib
This commit is contained in:
@@ -99,7 +99,7 @@ const config_h_flags = outer: {
|
|||||||
break :outer flags[0..i].*;
|
break :outer flags[0..i].*;
|
||||||
};
|
};
|
||||||
|
|
||||||
fn compileRaylib(b: *std.Build, target: std.Build.ResolvedTarget, optimize: std.builtin.OptimizeMode, options: Options) !*std.Build.Step.Compile {
|
pub fn compileRaylib(b: *std.Build, target: std.Build.ResolvedTarget, optimize: std.builtin.OptimizeMode, options: Options) !*std.Build.Step.Compile {
|
||||||
var raylib_flags_arr: std.ArrayList([]const u8) = .empty;
|
var raylib_flags_arr: std.ArrayList([]const u8) = .empty;
|
||||||
defer raylib_flags_arr.deinit(b.allocator);
|
defer raylib_flags_arr.deinit(b.allocator);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user