Skip to content

Commit 4276a51

Browse files
hoodmanehugovk
andauthored
Update Tools/build/compute-changes.py
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent d77a339 commit 4276a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/build/compute-changes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
SUFFIXES_DOCUMENTATION = frozenset({".rst", ".md"})
4949

5050
ANDROID_DIRS = frozenset({"Android"})
51+
EMSCRIPTEN_DIRS = frozenset({Path("Platforms", "emscripten")})
5152
IOS_DIRS = frozenset({"Apple", "iOS"})
5253
MACOS_DIRS = frozenset({"Mac"})
53-
EMSCRIPTEN_DIRS = frozenset({Path("Platforms", "emscripten")})
5454
WASI_DIRS = frozenset({Path("Platforms", "WASI")})
5555

5656
LIBRARY_FUZZER_PATHS = frozenset({

0 commit comments

Comments
 (0)