mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-12 22:10:01 -04:00
don't use yanked wbg
This commit is contained in:
parent
dcf638efca
commit
47faf085e2
2 changed files with 21 additions and 20 deletions
|
@ -12,8 +12,9 @@ else
|
|||
CARGOFLAGS=""
|
||||
fi
|
||||
|
||||
if [ "$(wasm-bindgen -V)" != "wasm-bindgen 0.2.94" ]; then
|
||||
echo "Incorrect wasm-bindgen version: '$(wasm-bindgen -V)' != 'wasm-bindgen 0.2.94'"
|
||||
WBG="wasm-bindgen 0.2.95"
|
||||
if [ "$(wasm-bindgen -V)" != "$WBG" ]; then
|
||||
echo "Incorrect wasm-bindgen version: '$(wasm-bindgen -V)' != '$WBG'"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue