Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,4 @@ Tools/peg_generator/pegen/grammar_parser.py generated
aclocal.m4 generated
configure generated
*.min.js generated
package-lock.json generated
1 change: 1 addition & 0 deletions Platforms/emscripten/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -820,6 +820,7 @@ def main():
context = parser.parse_args()
context.emsdk_cache = getattr(context, "emsdk_cache", None)
context.cross_build_dir = getattr(context, "cross_build_dir", None)
context.check_up_to_date = getattr(context, "check_up_to_date", False)

if context.emsdk_cache:
context.emsdk_cache = Path(context.emsdk_cache).absolute()
Expand Down
Loading
Loading