mirror of
https://github.com/vxcontrol/MemoryModule.git
synced 2026-07-20 02:03:33 -04:00
Link using "g++" to get reloc information.
This commit is contained in:
@@ -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++
|
||||
|
||||
Reference in New Issue
Block a user