chore: update nfd-zig

respond to build.zig changes in zig master
This commit is contained in:
Rekai Nyangadzayi Musuka 2023-02-04 19:13:46 -06:00
parent 6048458f9b
commit eef5a238a0
2 changed files with 2 additions and 3 deletions

View File

@ -47,7 +47,7 @@ pub fn build(b: *std.build.Builder) void {
// gdbstub
gdbstub.link(exe);
// 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
@ -61,7 +61,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