Link with C compiler instead of C++ compiler.

This commit is contained in:
ensra
2018-10-13 01:49:26 +01:00
parent 25b12c16c9
commit 9ca27510ce

View File

@@ -667,7 +667,7 @@ else
LD = link.exe
endif
else
LD = $(CXX)
LD = $(CC)
endif
include Makefile