We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5e818 commit 927bd2aCopy full SHA for 927bd2a
example/SampleDLL/Makefile
@@ -6,7 +6,7 @@ PLATFORM = i686
6
endif
7
CC = $(PLATFORM)-w64-mingw32-g++
8
CXX = $(PLATFORM)-w64-mingw32-g++
9
-LINK = $(PLATFORM)-w64-mingw32-ld
+LINK = $(PLATFORM)-w64-mingw32-g++
10
RC = $(PLATFORM)-w64-mingw32-windres
11
else
12
CC = g++
0 commit comments