mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-20 15:40:32 +00:00
correct filename of lz4 archive; fix indentation
This commit is contained in:
parent
7954dccb44
commit
e280a36701
@ -24,7 +24,7 @@ addons:
|
||||
libavcodec-dev, libavformat-dev, libavutil-dev, libswresample-dev, libswscale-dev,
|
||||
# Audio, Video and Misc. deps
|
||||
libsdl2-dev, libqt5opengl5-dev, libopenal-dev, libunshield-dev, libtinyxml-dev, liblz4-dev
|
||||
# The other ones from OpenMW ppa
|
||||
# The other ones from OpenMW ppa
|
||||
libbullet-dev, libopenscenegraph-dev, libmygui-dev
|
||||
]
|
||||
coverity_scan: # TODO: currently takes too long, disabled openmw/openmw-cs for now.
|
||||
|
@ -913,7 +913,7 @@ printf "LZ4 1.9.2... "
|
||||
printf "Exists. "
|
||||
elif [ -z $SKIP_EXTRACT ]; then
|
||||
rm -rf LZ4-1.9.2
|
||||
eval 7z x -y lz4_win${BITS}_v1.9.2.zip $STRIP
|
||||
eval 7z x -y lz4_win${BITS}_v1_9_2.zip $STRIP
|
||||
fi
|
||||
export LZ4DIR="$(real_pwd)/LZ4-1.9.2"
|
||||
add_cmake_opts -DLZ4_INCLUDE_DIR="${LZ4DIR}/include" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user