mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 05:49:02 +08:00
deps: Link wxWidgets against system zlib on Unix
This commit is contained in:
parent
b21133d16b
commit
ccafc43874
2
deps/deps-linux.cmake
vendored
2
deps/deps-linux.cmake
vendored
@ -113,7 +113,7 @@ ExternalProject_Add(dep_wxwidgets
|
||||
--with-libxpm=builtin
|
||||
--with-libjpeg=builtin
|
||||
--with-libtiff=builtin
|
||||
--with-zlib=builtin
|
||||
--with-zlib
|
||||
--with-expat=builtin
|
||||
--disable-precomp-headers
|
||||
--enable-debug_info
|
||||
|
2
deps/deps-macos.cmake
vendored
2
deps/deps-macos.cmake
vendored
@ -105,7 +105,7 @@ ExternalProject_Add(dep_wxwidgets
|
||||
--with-libxpm=builtin
|
||||
--with-libjpeg=builtin
|
||||
--with-libtiff=builtin
|
||||
--with-zlib=builtin
|
||||
--with-zlib
|
||||
--with-expat=builtin
|
||||
--disable-debug
|
||||
--disable-debug_flag
|
||||
|
Loading…
x
Reference in New Issue
Block a user