Skip to content

Commit 8d95cd8

Browse files
committed
Update build-release.py, wikiheaders.pl and sdlcpu.cmake from SDL
1 parent c2757cb commit 8d95cd8

File tree

3 files changed

+562
-59
lines changed

3 files changed

+562
-59
lines changed

build-scripts/build-release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ def create_android_archives(self, android_api: int, android_home: Path, android_
10281028
# NDK 21e does not support -ffile-prefix-map
10291029
# f'''-DCMAKE_C_FLAGS="-ffile-prefix-map={self.root}=/src/{self.project}"''',
10301030
# f'''-DCMAKE_CXX_FLAGS="-ffile-prefix-map={self.root}=/src/{self.project}"''',
1031-
"-DANDROID_USE_LEGACY_TOOLCHAIN=0",
1031+
f"-DANDROID_USE_LEGACY_TOOLCHAIN=0",
10321032
f"-DCMAKE_EXE_LINKER_FLAGS={extra_link_options}",
10331033
f"-DCMAKE_SHARED_LINKER_FLAGS={extra_link_options}",
10341034
f"-DCMAKE_TOOLCHAIN_FILE={cmake_toolchain_file}",

0 commit comments

Comments
 (0)