We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 121f760 commit b707965Copy full SHA for b707965
1 file changed
merge.py
@@ -8,8 +8,7 @@
8
import sdl3, shutil, zipfile
9
10
def main(argv):
11
- repos = ["SDL", "SDL_image", "SDL_mixer", "SDL_ttf", "SDL_rtf", "SDL_net"]
12
- binaries = ["SDL3", "SDL3_image", "SDL3_mixer", "SDL3_ttf", "SDL3_rtf", "SDL3_net"]
+ repos, binaries = sdl3.SDL_REPOSITORIES, list(sdl3.SDL_BINARY_VAR_MAP_INV.keys())
13
workDir, outDir = os.getcwd(), "artifacts"
14
15
if not os.path.exists(os.path.join(workDir, outDir)):
0 commit comments