Skip to content

Commit

Permalink
zig_exe doesn't work well on win
Browse files Browse the repository at this point in the history
  • Loading branch information
MoAlyousef committed Jul 2, 2023
1 parent bace5cc commit 7efd367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ pub fn init(b: *Build) !*Sdk {
cmake_src_path,
"-GNinja",
"-DCMAKE_BUILD_TYPE=Release",
zig_cc,
zig_cpp,
// zig_cc,
// zig_cpp,
cmake_inst_path,
"-DFLTK_BUILD_TEST=OFF",
"-DOPTION_USE_SYSTEM_LIBPNG=OFF",
Expand Down

0 comments on commit 7efd367

Please sign in to comment.