mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03: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:
commit
c23ca2e882
1 changed files with 1 additions and 1 deletions
|
@ -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" \
|
||||
..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue