mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 20:53:50 +00:00
tell 7z to extract to specific directory
This commit is contained in:
parent
e280a36701
commit
edd6a329ee
1 changed files with 1 additions and 1 deletions
|
@ -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 -o./LZ4-1.9.2 $STRIP
|
||||
fi
|
||||
export LZ4DIR="$(real_pwd)/LZ4-1.9.2"
|
||||
add_cmake_opts -DLZ4_INCLUDE_DIR="${LZ4DIR}/include" \
|
||||
|
|
Loading…
Reference in a new issue