chore: update nfd-zig
respond to build.zig changes in zig master
This commit is contained in:
parent
a0d4f8c40d
commit
0dadbd55de
|
@ -45,7 +45,7 @@ pub fn build(b: *std.build.Builder) void {
|
|||
exe.addPackagePath("gl", "lib/gl.zig");
|
||||
|
||||
// NativeFileDialog(ue) Bindings
|
||||
exe.linkLibrary(nfd.makeLib(b, mode, target));
|
||||
exe.linkLibrary(nfd.makeLib(b, target, optimize));
|
||||
exe.addPackage(nfd.getPackage("nfd"));
|
||||
|
||||
// Zig SDL Bindings: https://github.com/MasterQ32/SDL.zig
|
||||
|
@ -59,7 +59,6 @@ pub fn build(b: *std.build.Builder) void {
|
|||
zgui.link(exe, zgui_options);
|
||||
exe.addPackage(zgui_pkg);
|
||||
|
||||
exe.setBuildMode(mode);
|
||||
exe.install();
|
||||
|
||||
const run_cmd = exe.run();
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 75acefd571ede5361514b3a8ae9c8b36c6908d36
|
||||
Subproject commit b8d56260294636f9d7bf596cb558b697e873793f
|
Loading…
Reference in New Issue