mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Fix building on windows
This commit is contained in:
parent
bc7e3ea21c
commit
1da17bf427
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue