mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 11:28:15 +00:00
Make sure we update the cmake test programs as well
This commit is contained in:
@@ -52,7 +52,7 @@ def main():
|
||||
i += 2
|
||||
|
||||
regex = create_regex_from_replacements(replacements)
|
||||
for dir in ["src", "test", "include", "docs", "Xcode-iOS/Demos"]:
|
||||
for dir in ["src", "test", "include", "docs", "cmake/test", "Xcode-iOS/Demos"]:
|
||||
replace_symbols_in_path(SDL_ROOT / dir, regex, replacements)
|
||||
|
||||
# Replace the symbols in documentation
|
||||
|
Reference in New Issue
Block a user