1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-04 02:41:19 +00:00

Merge branch 'macos_icu_root' into 'master'

Added missing line continuation to ICU_ROOT setting on macos CI

See merge request OpenMW/openmw!1784
This commit is contained in:
psi29a 2022-04-19 07:12:27 +00:00
commit c23ca2e882

View File

@ -26,6 +26,6 @@ cmake \
-D BUILD_BSATOOL=TRUE \
-D BUILD_ESSIMPORTER=TRUE \
-D BUILD_NIFTEST=TRUE \
-D ICU_ROOT="/usr/local/opt/icu4c"
-D ICU_ROOT="/usr/local/opt/icu4c" \
-G"Unix Makefiles" \
..