We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef9e821 commit baac644Copy full SHA for baac644
tools/ports/sdl.py
@@ -1,6 +1,6 @@
1
import os, shutil, logging
2
3
-TAG = 'version_9'
+TAG = 'version_10'
4
5
def get_with_configure(ports, settings, shared): # not currently used; no real need for configure on emscripten users' machines!
6
if settings.USE_SDL == 2:
0 commit comments