Skip to content

Commit

Permalink
Added the examples directory to the API renaming tool
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Sep 18, 2024
1 parent 07462d3 commit 929a7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/rename_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def main():
i += 2

regex = create_regex_from_replacements(replacements)
for dir in ["src", "test", "include", "docs", "cmake/test"]:
for dir in ["src", "test", "examples", "include", "docs", "cmake/test"]:
replace_symbols_in_path(SDL_ROOT / dir, regex, replacements)

# Replace the symbols in documentation
Expand Down

0 comments on commit 929a7cd

Please sign in to comment.