mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-05-05 12:23:34 +02:00
Link with C compiler instead of C++ compiler.
This commit is contained in:
@@ -667,7 +667,7 @@ else
|
||||
LD = link.exe
|
||||
endif
|
||||
else
|
||||
LD = $(CXX)
|
||||
LD = $(CC)
|
||||
endif
|
||||
|
||||
include Makefile
|
||||
|
||||
Reference in New Issue
Block a user