Merge pull request #88 from ensra/cc-linker

Link with C compiler instead of C++ compiler.
This commit is contained in:
Twinaphex
2018-10-13 04:46:20 +02:00
committed by GitHub

View File

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