1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-01 00:09:41 +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" \
..