mirror of
https://github.com/gbdev/rgbds.git
synced 2026-08-19 13:24:27 +00:00
libbet now uses `py -3` if the `py` binary exists, instead of if `COMSPEC` is defined. So we don't need to `unset COMSPEC`, we just need to avoid Windows' `py` launcher from being in Cygwin's `PATH`. It turns out that `C:\cygwin\bin\env.exe CYGWIN_NOWINPATH=1 ...` was not effectively preventing Windows' `PATH` from being inherited by Cygwin's `PATH`, because to take effect it needs to run Cygwin's `/etc/profile` script. The simple way to do that is using a login shell. So we don't need the `PREFIX`/`--prefix` from the previous commit after all.
10 lines
256 B
INI
10 lines
256 B
INI
EXT_TEST_OWNER=pinobatch
|
|
EXT_TEST_REPO=libbet
|
|
EXT_TEST_DOMAIN=github.com
|
|
EXT_TEST_COMMIT=1232e71dc1ac852786ad9825316e19d2b341bc4a
|
|
EXT_TEST_IS_NONFREE=false
|
|
|
|
EXT_TEST_TARGET=all
|
|
EXT_TEST_FILE=libbet.gb
|
|
EXT_TEST_HASH=f117089aa056600e2d404bbcbac96b016fc64611
|