mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 19:45:41 -04:00
travis.sh: Disable LZ4 on Mac OS X completely because of dyld shenanigans.
This commit is contained in:
parent
13798dc609
commit
e0105b0d23
@ -5,11 +5,12 @@ cd "${TRAVIS_BUILD_DIR}/build"
|
||||
cmake --version
|
||||
|
||||
# Initial build with optional components disabled.
|
||||
OS_ENABLE_LZ4=ON
|
||||
case "$OSTYPE" in
|
||||
darwin*)
|
||||
# Mac OS X. Disable gettext for now.
|
||||
# Also disable split debug due to lack of `objcopy`.
|
||||
OS_SPECIFIC_OPTS="-DUSE_INTERNAL_LZ4=ON"
|
||||
OS_ENABLE_LZ4=OFF
|
||||
cmake .. \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DSPLIT_DEBUG=OFF \
|
||||
@ -75,7 +76,7 @@ cmake .. \
|
||||
-DENABLE_LIBMSPACK=ON \
|
||||
-DENABLE_PVRTC=ON \
|
||||
-DENABLE_ZSTD=ON \
|
||||
-DENABLE_LZ4=ON \
|
||||
-DENABLE_LZ4=${OS_ENABLE_LZ4} \
|
||||
-DENABLE_LZO=ON \
|
||||
${OS_SPECIFIC_OPTS} \
|
||||
|| exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user