chore: update nfd-zig
respond to build.zig changes in zig master
This commit is contained in:
parent
e3776e65ed
commit
826fa4524d
|
@ -44,7 +44,7 @@ pub fn build(b: *std.build.Builder) void {
|
|||
exe.addAnonymousModule("gl", .{ .source_file = .{ .path = "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
|
||||
|
@ -58,7 +58,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