mirror of https://github.com/FreeRDP/FreeRDP
Fix SDL GItHub Repo in Mac build script
Apparently a typo.
This commit is contained in:
parent
e67b6765a1
commit
0bc336967b
|
@ -130,7 +130,7 @@ then
|
|||
git clone --depth 1 -b v1.7.16 https://github.com/DaveGamble/cJSON.git
|
||||
git clone --depth 1 -b release-2.28.1 https://github.com/libsdl-org/SDL.git
|
||||
git clone --depth 1 --shallow-submodules --recurse-submodules -b release-2.20.2 https://github.com/libsdl-org/SDL_ttf.git
|
||||
git clone --depth 1 --shallow-submodules --recurse-submodules -b release-2.8.1 /github.com/libsdl-org/SDL_image.git
|
||||
git clone --depth 1 --shallow-submodules --recurse-submodules -b release-2.8.1 https://github.com/libsdl-org/SDL_image.git
|
||||
git clone --depth 1 --shallow-submodules --recurse-submodules -b v1.0.26 https://github.com/libusb/libusb-cmake.git
|
||||
git clone --depth 1 -b n6.0 https://github.com/FFmpeg/FFmpeg.git
|
||||
git clone --depth 1 -b v2.4.0 https://github.com/cisco/openh264.git
|
||||
|
|
Loading…
Reference in New Issue