Stop installing old native during build

This commit is contained in:
Oliver Blanthorn 2021-01-09 21:20:30 +01:00
parent ff38ceb71f
commit 5394618d93
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -52,18 +52,6 @@ scripts/newtab.md.sh
scripts/make_tutorial.sh
scripts/make_docs.sh
if [ "$1" != "--no-native" ]; then
if [ "$(isWindowsMinGW)" = "True" ]; then
powershell \
-NoProfile \
-InputFormat None \
-ExecutionPolicy Bypass \
native/win_install.ps1 -DebugDirBase native
else
native/install.sh local
fi
fi
webpack --stats errors-only --bail
scripts/bodgecss.sh