Link using "g++" to get reloc information.

This commit is contained in:
Joachim Bauch
2015-02-27 01:34:33 +01:00
parent dd5e818dfc
commit 927bd2a9f0
+1 -1
View File
@@ -6,7 +6,7 @@ PLATFORM = i686
endif
CC = $(PLATFORM)-w64-mingw32-g++
CXX = $(PLATFORM)-w64-mingw32-g++
LINK = $(PLATFORM)-w64-mingw32-ld
LINK = $(PLATFORM)-w64-mingw32-g++
RC = $(PLATFORM)-w64-mingw32-windres
else
CC = g++