We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77a339 commit 4276a51Copy full SHA for 4276a51
Tools/build/compute-changes.py
@@ -48,9 +48,9 @@
48
SUFFIXES_DOCUMENTATION = frozenset({".rst", ".md"})
49
50
ANDROID_DIRS = frozenset({"Android"})
51
+EMSCRIPTEN_DIRS = frozenset({Path("Platforms", "emscripten")})
52
IOS_DIRS = frozenset({"Apple", "iOS"})
53
MACOS_DIRS = frozenset({"Mac"})
-EMSCRIPTEN_DIRS = frozenset({Path("Platforms", "emscripten")})
54
WASI_DIRS = frozenset({Path("Platforms", "WASI")})
55
56
LIBRARY_FUZZER_PATHS = frozenset({
0 commit comments