mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-02-19 07:42:40 +01:00
Merge pull request #88 from ensra/cc-linker
Link with C compiler instead of C++ compiler.
This commit is contained in:
commit
c64747fd2b
@ -667,7 +667,7 @@ else
|
||||
LD = link.exe
|
||||
endif
|
||||
else
|
||||
LD = $(CXX)
|
||||
LD = $(CC)
|
||||
endif
|
||||
|
||||
include Makefile
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user