ci: resolve ci build errors for the last time i promise

This commit is contained in:
2024-03-06 17:59:08 -06:00
parent f71aaafe41
commit ef93bbe084
4 changed files with 6 additions and 9 deletions

View File

@@ -43,7 +43,6 @@ pub fn build(b: *std.Build) void {
exe.root_module.addImport("sdl2", sdk.getNativeModule());
// https://git.musuka.dev/paoda/zgui
// .shared option should stay in sync with SDL.zig call above where true == .dynamic, and false == .static
const zgui_pkg = zgui.package(b, target, optimize, .{ .options = .{ .backend = .sdl2_opengl3 } });
zgui_pkg.link(exe);
sdk.link(zgui_pkg.zgui_c_cpp, .dynamic);