Skip to content

Commit

Permalink
Fix release build for zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
robbr48 committed Oct 17, 2024
1 parent 5934b93 commit d86bf52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dependencies/setupZlib.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ call setHopsanBuildPaths.bat

mkdir %builddir%
cd %builddir%
cmake -Wno-dev -DCMAKE_BUILD_TYPE=Release -G %HOPSAN_BUILD_CMAKE_GENERATOR% -DCMAKE_INSTALL_PREFIX="%installdir%" %codedir%
cmake --build . --parallel 8
cmake --build . --target install
cmake -Wno-dev -G %HOPSAN_BUILD_CMAKE_GENERATOR% -DCMAKE_INSTALL_PREFIX="%installdir%" %codedir%
cmake --build . --config Release --parallel 8
cmake --build . --config Release --target install

cd %basedir%
echo.
Expand Down

0 comments on commit d86bf52

Please sign in to comment.