According to the Meson log, it's calling cc, which I believe is just a copy of the gcc executable:

$ which cc
/mingw64/bin/cc

$ ls -l /mingw64/bin/[^g]*cc.exe
-rwxr-xr-x 1 antum antum 2350907 Jan 23 00:22 /mingw64/bin/x86_64-w64-mingw32-cc.exe
-rwxr-xr-x 1 antum antum 2350907 Jan 23 00:22 /mingw64/bin/x86_64-w64-mingw32-gcc.exe

It also defines WIN32 as 1.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/issues/3437/1482250902@github.com>