File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ dist-win32: build-server build-win32 build-win32-noconsole
107
107
cp prebuilt-deps/platform-tools/adb.exe "$(DIST)/$(WIN32_TARGET_DIR)/"
108
108
cp prebuilt-deps/platform-tools/AdbWinApi.dll "$(DIST)/$(WIN32_TARGET_DIR)/"
109
109
cp prebuilt-deps/platform-tools/AdbWinUsbApi.dll "$(DIST)/$(WIN32_TARGET_DIR)/"
110
- cp prebuilt-deps/SDL2-2.0.9 /i686-w64-mingw32/bin/SDL2.dll "$(DIST)/$(WIN32_TARGET_DIR)/"
110
+ cp prebuilt-deps/SDL2-2.0.8 /i686-w64-mingw32/bin/SDL2.dll "$(DIST)/$(WIN32_TARGET_DIR)/"
111
111
112
112
dist-win64: build-server build-win64 build-win64-noconsole
113
113
mkdir -p "$(DIST)/$(WIN64_TARGET_DIR)"
@@ -122,7 +122,7 @@ dist-win64: build-server build-win64 build-win64-noconsole
122
122
cp prebuilt-deps/platform-tools/adb.exe "$(DIST)/$(WIN64_TARGET_DIR)/"
123
123
cp prebuilt-deps/platform-tools/AdbWinApi.dll "$(DIST)/$(WIN64_TARGET_DIR)/"
124
124
cp prebuilt-deps/platform-tools/AdbWinUsbApi.dll "$(DIST)/$(WIN64_TARGET_DIR)/"
125
- cp prebuilt-deps/SDL2-2.0.9 /x86_64-w64-mingw32/bin/SDL2.dll "$(DIST)/$(WIN64_TARGET_DIR)/"
125
+ cp prebuilt-deps/SDL2-2.0.8 /x86_64-w64-mingw32/bin/SDL2.dll "$(DIST)/$(WIN64_TARGET_DIR)/"
126
126
127
127
zip-win32: dist-win32
128
128
cd "$(DIST)"; \
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ endian = 'little'
17
17
[properties]
18
18
prebuilt_ffmpeg_shared = 'ffmpeg-4.1.3-win32-shared'
19
19
prebuilt_ffmpeg_dev = 'ffmpeg-4.1.3-win32-dev'
20
- prebuilt_sdl2 = 'SDL2-2.0.9 /i686-w64-mingw32'
20
+ prebuilt_sdl2 = 'SDL2-2.0.8 /i686-w64-mingw32'
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ endian = 'little'
17
17
[properties]
18
18
prebuilt_ffmpeg_shared = 'ffmpeg-4.1.3-win64-shared'
19
19
prebuilt_ffmpeg_dev = 'ffmpeg-4.1.3-win64-dev'
20
- prebuilt_sdl2 = 'SDL2-2.0.9 /x86_64-w64-mingw32'
20
+ prebuilt_sdl2 = 'SDL2-2.0.8 /x86_64-w64-mingw32'
Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ prepare-ffmpeg-dev-win64:
30
30
ffmpeg-4.1.3-win64-dev
31
31
32
32
prepare-sdl2 :
33
- @./prepare-dep https://libsdl.org/release/SDL2-devel-2.0.9 -mingw.tar.gz \
34
- 0f9f00d0f2a9a95dfb5cce929718210c3f85432cc2e9d4abade4adcb7f6bb39d \
35
- SDL2-2.0.9
33
+ @./prepare-dep https://libsdl.org/release/SDL2-devel-2.0.8 -mingw.tar.gz \
34
+ ffff7305d634aff5e1df5b7bb935435c3a02c8b03ad94a1a2be9169a558a7961 \
35
+ SDL2-2.0.8
36
36
37
37
prepare-adb :
38
38
@./prepare-dep https://dl.google.com/android/repository/platform-tools_r28.0.1-windows.zip \
You can’t perform that action at this time.
0 commit comments