1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-24 04:43:49 +00:00

Added missing line continuation to ICU_ROOT setting on macos CI

This commit is contained in:
Benjamin Winger 2022-04-12 13:08:58 -04:00
parent 9809b873a0
commit 7821029056
No known key found for this signature in database
GPG Key ID: 22E22BE7466677FC

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" \
..