mirror of
https://github.com/fancycode/MemoryModule
synced 2026-06-06 15:44:28 +00:00
Link using "g++" to get reloc information.
This commit is contained in:
@@ -6,7 +6,7 @@ PLATFORM = i686
|
|||||||
endif
|
endif
|
||||||
CC = $(PLATFORM)-w64-mingw32-g++
|
CC = $(PLATFORM)-w64-mingw32-g++
|
||||||
CXX = $(PLATFORM)-w64-mingw32-g++
|
CXX = $(PLATFORM)-w64-mingw32-g++
|
||||||
LINK = $(PLATFORM)-w64-mingw32-ld
|
LINK = $(PLATFORM)-w64-mingw32-g++
|
||||||
RC = $(PLATFORM)-w64-mingw32-windres
|
RC = $(PLATFORM)-w64-mingw32-windres
|
||||||
else
|
else
|
||||||
CC = g++
|
CC = g++
|
||||||
|
|||||||
Reference in New Issue
Block a user