mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-10-05 04:56:30 +00:00
fixed indentation and additional diffs
This commit is contained in:
parent
18899394c4
commit
c291bb169e
1 changed files with 2 additions and 2 deletions
|
@ -552,7 +552,7 @@ if [ -z $SKIP_DOWNLOAD ]; then
|
||||||
|
|
||||||
# OpenAL
|
# OpenAL
|
||||||
download "OpenAL-Soft 1.20.1" \
|
download "OpenAL-Soft 1.20.1" \
|
||||||
"https://gitlab.com/OpenMW/openmw-deps/-/raw/main/windows/openal-soft-1.20.1-bin.zip" \
|
"https://gitlab.com/OpenMW/openmw-deps/-/raw/main/windows/OpenAL-Soft-1.20.1.zip" \
|
||||||
"OpenAL-Soft-1.20.1.zip"
|
"OpenAL-Soft-1.20.1.zip"
|
||||||
|
|
||||||
# OSG
|
# OSG
|
||||||
|
@ -568,7 +568,7 @@ if [ -z $SKIP_DOWNLOAD ]; then
|
||||||
|
|
||||||
# SDL2
|
# SDL2
|
||||||
download "SDL 2.0.12" \
|
download "SDL 2.0.12" \
|
||||||
"https://gitlab.com/OpenMW/openmw-deps/-/raw/main/windows/SDL2-devel-2.0.12-VC.zip" \
|
"https://gitlab.com/OpenMW/openmw-deps/-/raw/main/windows/SDL2-2.0.12.zip" \
|
||||||
"SDL2-2.0.12.zip"
|
"SDL2-2.0.12.zip"
|
||||||
|
|
||||||
# Google test and mock
|
# Google test and mock
|
||||||
|
|
Loading…
Reference in a new issue