Skip to content

Commit b707965

Browse files
authored
.
1 parent 121f760 commit b707965

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

merge.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
import sdl3, shutil, zipfile
99

1010
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"]
11+
repos, binaries = sdl3.SDL_REPOSITORIES, list(sdl3.SDL_BINARY_VAR_MAP_INV.keys())
1312
workDir, outDir = os.getcwd(), "artifacts"
1413

1514
if not os.path.exists(os.path.join(workDir, outDir)):

0 commit comments

Comments
 (0)