mirror of
https://github.com/libretro/Genesis-Plus-GX.git
synced 2024-11-27 02:20:39 +00:00
use C linker except when compiling for UWP
This commit is contained in:
parent
0671c476e2
commit
dce13d354d
@ -717,7 +717,11 @@ else
|
||||
LD = link.exe
|
||||
endif
|
||||
else
|
||||
ifneq (,$(findstring uwp,$(PlatformSuffix)))
|
||||
LD = $(CXX)
|
||||
else
|
||||
LD = $(CC)
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(platform), theos_ios)
|
||||
|
Loading…
Reference in New Issue
Block a user