Fix building on windows

This commit is contained in:
Oliver Blanthorn 2019-05-31 18:44:40 +01:00
parent bc7e3ea21c
commit 1da17bf427
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -18,7 +18,7 @@ isWindowsMinGW() {
if [ "$(isWindowsMinGW)" = "True" ]; then
WIN_PYTHON="py -3"
YARN_BIN_DIR="$(cygpath "$(yarn bin)")"
PATH=$yarn_BIN_DIR:$PATH
PATH=$YARN_BIN_DIR:$PATH
else
PATH="$(yarn bin):$PATH"
fi