Skip to content

Commit

Permalink
Don't use C++ linker
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin committed Jul 26, 2022
1 parent 9cb2a8b commit 9403328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ ifneq (,$(findstring msvc,$(platform)))
LINKOUT = -out:
LD = link.exe
else ifneq ($(platform),genode)
LD = $(CXX)
LD = $(CC)
endif

%.o: %.cpp
Expand Down

0 comments on commit 9403328

Please sign in to comment.