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
no issues here, just in case somebody (including future me) needs it:
install compiler:
sudo apt-get install mingw-w64
edit Makefile:
PLATFORM = WINDOWS
CC = /etc/alternatives/i686-w64-mingw32-gcc
WINDOWS_LIBRARIES = -I /usr/i686-w64-mingw32/include
The text was updated successfully, but these errors were encountered:
no issues here, just in case somebody (including future me) needs it:
install compiler:
sudo apt-get install mingw-w64
edit Makefile:
PLATFORM = WINDOWS
CC = /etc/alternatives/i686-w64-mingw32-gcc
WINDOWS_LIBRARIES = -I /usr/i686-w64-mingw32/include
The text was updated successfully, but these errors were encountered: