You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce version_{eq,lt,lte,gt,gte} utils and refactor
Version checking is needed for tools, e.g., emcc, browser, and
black(python formatting tool). Thus, introduce and refactor with
version_{eq,lt,lte,gt,gte} utils for better readability and
maintainability (no more 'Pyramid of Doom' checking for MAJOR, MINOR and
PATCH).
SDL_MUSIC_CANNOT_PLAY_WARNING := Video games music might not be played. You may switch emcc to version $(SDL_MUSIC_PLAY_AT_EMCC_MAJOR).$(SDL_MUSIC_PLAY_AT_EMCC_MINOR).$(SDL_MUSIC_PLAY_AT_EMCC_PATCH)
MIMALLOC_UNSUPPORTED_WARNING := mimalloc is supported after version $(MIMALLOC_SUPPORT_SINCE_MAJOR).$(MIMALLOC_SUPPORT_SINCE_MINOR).$(MIMALLOC_SUPPORT_SINCE_PATCH)
0 commit comments