mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-03 18:42:44 +00:00
Disable libicu for boost-regex
Should have been disabled from the beginning
This commit is contained in:
1
deps/deps-macos.cmake
vendored
1
deps/deps-macos.cmake
vendored
@@ -33,6 +33,7 @@ ExternalProject_Add(dep_boost
|
||||
variant=release
|
||||
threading=multi
|
||||
boost.locale.icu=off
|
||||
--disable-icu
|
||||
"cflags=-fPIC -mmacosx-version-min=${DEP_OSX_TARGET}"
|
||||
"cxxflags=-fPIC -mmacosx-version-min=${DEP_OSX_TARGET}"
|
||||
"mflags=-fPIC -mmacosx-version-min=${DEP_OSX_TARGET}"
|
||||
|
||||
Reference in New Issue
Block a user