We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 339f4d3 commit 1963d48Copy full SHA for 1963d48
Makefile.msc
@@ -965,10 +965,10 @@ LTLINK = $(LTLINK) rpcrt4.lib
965
# set this for you. Otherwise, the linker will attempt
966
# to deduce the binary type based on the object files.
967
!IFDEF PLATFORM
968
-LTLINKOPTS = /NOLOGO /MACHINE:$(PLATFORM)
+LTLINKOPTS = $(LTLINKOPTS) /NOLOGO /MACHINE:$(PLATFORM)
969
LTLIBOPTS = /NOLOGO /MACHINE:$(PLATFORM)
970
!ELSE
971
-LTLINKOPTS = /NOLOGO
+LTLINKOPTS = $(LTLINKOPTS) /NOLOGO
972
LTLIBOPTS = /NOLOGO
973
!ENDIF
974
0 commit comments