Disable libicu for boost-regex

Should have been disabled from the beginning
This commit is contained in:
tamasmeszaros 2021-02-04 20:31:50 +01:00
parent 819a58579e
commit 6f89da1f39
3 changed files with 3 additions and 0 deletions

View file

@ -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}"