You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this snippet, uname -a is searched for "win", then "Darwin" to determine what OS to go for. But, "win" is contained in Dar"win", so it will always result in building for windows.
In this snippet,
uname -a
is searched for "win", then "Darwin" to determine what OS to go for. But, "win" is contained in Dar"win", so it will always result in building for windows.beetle-wswan-libretro/Makefile
Lines 23 to 27 in c9b3777
The text was updated successfully, but these errors were encountered: