Skip to content

Commit 927bd2a

Browse files
committed
Link using "g++" to get reloc information.
1 parent dd5e818 commit 927bd2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/SampleDLL/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PLATFORM = i686
66
endif
77
CC = $(PLATFORM)-w64-mingw32-g++
88
CXX = $(PLATFORM)-w64-mingw32-g++
9-
LINK = $(PLATFORM)-w64-mingw32-ld
9+
LINK = $(PLATFORM)-w64-mingw32-g++
1010
RC = $(PLATFORM)-w64-mingw32-windres
1111
else
1212
CC = g++

0 commit comments

Comments
 (0)