Skip to content

Commit

Permalink
Attempting to fix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
jminor committed Nov 14, 2024
1 parent b2ef4a9 commit d03bb60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ set(MZ_OPENSSL OFF)
set(MZ_BCRYPT OFF)
set(MZ_LIBBSD OFF)
set(MZ_ICONV OFF)
set(MZ_ZLIB ON)
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
add_subdirectory("libs/minizip-ng")

if(NOT EMSCRIPTEN)
Expand Down

0 comments on commit d03bb60

Please sign in to comment.