Skip to content

Commit a02b25d

Browse files
authored
Remove old/misleading assert (#13586)
These days WASM is always set, and WASM=0 build *do* use binaryen.
1 parent 78fa15d commit a02b25d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/building.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1592,7 +1592,6 @@ def check_binaryen(bindir):
15921592

15931593

15941594
def get_binaryen_bin():
1595-
assert Settings.WASM, 'non wasm builds should not ask for binaryen'
15961595
global binaryen_checked
15971596
rtn = os.path.join(config.BINARYEN_ROOT, 'bin')
15981597
if not binaryen_checked:

0 commit comments

Comments
 (0)