diff --git a/scripts/apply_patches.sh b/scripts/apply_patches.sh index a6e64c6..2ec98a8 100755 --- a/scripts/apply_patches.sh +++ b/scripts/apply_patches.sh @@ -6,8 +6,8 @@ PATCHES="\ add_td_to_mlirpythoncapi_headers \ mscv \ remove_openmp_dep_on_clang_and_export_async_symbols \ -async_llvm_dylib \ " + if [ x"$CIBW_ARCHS" == x"wasm32" ]; then PATCHES="$PATCHES wasm_mlir_opt" fi