mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-29 05:17:58 +03:00
Update CI/before_script.msvc.sh
This commit is contained in:
parent
36b4e6929c
commit
ef92281b4b
1 changed files with 1 additions and 2 deletions
|
@ -951,9 +951,8 @@ printf "SDL 2.24.0... "
|
||||||
printf "Exists. "
|
printf "Exists. "
|
||||||
elif [ -z $SKIP_EXTRACT ]; then
|
elif [ -z $SKIP_EXTRACT ]; then
|
||||||
rm -rf SDL2-2.24.0
|
rm -rf SDL2-2.24.0
|
||||||
eval 7z x -y SDL2-2.24.0.zip -oSDL2-2.24.0 $STRIP
|
eval 7z x -y SDL2-2.24.0-win32-x64.zip -oSDL2-2.24.0 $STRIP
|
||||||
fi
|
fi
|
||||||
export SDL2DIR="$(real_pwd)/SDL2-2.24.0"
|
|
||||||
for config in ${CONFIGURATIONS[@]}; do
|
for config in ${CONFIGURATIONS[@]}; do
|
||||||
add_runtime_dlls $config "$(pwd)/SDL2-2.24.0/SDL2.dll"
|
add_runtime_dlls $config "$(pwd)/SDL2-2.24.0/SDL2.dll"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue