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
commit c64747fd2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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