Skip to content

Commit 5efc809

Browse files
committed
fix
1 parent 1cf2f5c commit 5efc809

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

emsdk.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2721,10 +2721,9 @@ def extract_bool_arg(name):
27212721
# x.y.z[-(upstream|fastcomp_])
27222722
# sdk-x.y.z[-(upstream|fastcomp_])-64bit
27232723
# TODO: support short notation for old builds too?
2724-
upstream = False
2724+
upstream = True
27252725
if '-upstream' in arg:
27262726
arg = arg.replace('-upstream', '')
2727-
upstream = True
27282727
elif '-fastcomp' in arg:
27292728
arg = arg.replace('-fastcomp', '')
27302729
upstream = False

0 commit comments

Comments
 (0)