Files
wren/script
Bob Nystrom 3e37778acb fix: fallback to gcc when cc is missing on MinGW in wren.mk
The OS detection now uses `gcc -dumpmachine` directly instead of `$(CC)` to avoid failures when CC is not defined by MSYS. Additionally, when the OS is detected as mingw32, CC is explicitly set to gcc to work around missing cc executable on some MinGW versions.
2015-03-01 17:25:48 +00:00
..