mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-13 04:43:06 +00:00
Merge branch 'nine-ten-eleven-twelve' into 'master'
Fix extraction with 7z 9.10 See merge request OpenMW/openmw!415
This commit is contained in:
commit
86dc6f7512
1 changed files with 1 additions and 1 deletions
|
|
@ -913,7 +913,7 @@ printf "LZ4 1.9.2... "
|
||||||
printf "Exists. "
|
printf "Exists. "
|
||||||
elif [ -z $SKIP_EXTRACT ]; then
|
elif [ -z $SKIP_EXTRACT ]; then
|
||||||
rm -rf LZ4_1.9.2
|
rm -rf LZ4_1.9.2
|
||||||
eval 7z x -y lz4_win${BITS}_v1_9_2.7z -o./LZ4_1.9.2 $STRIP
|
eval 7z x -y lz4_win${BITS}_v1_9_2.7z -o$(real_pwd)/LZ4_1.9.2 $STRIP
|
||||||
fi
|
fi
|
||||||
export LZ4DIR="$(real_pwd)/LZ4_1.9.2"
|
export LZ4DIR="$(real_pwd)/LZ4_1.9.2"
|
||||||
add_cmake_opts -DLZ4_INCLUDE_DIR="${LZ4DIR}/include" \
|
add_cmake_opts -DLZ4_INCLUDE_DIR="${LZ4DIR}/include" \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue