mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 19:21:03 +00:00
(VITA) Fix for new VITASDK
This commit is contained in:
parent
470756e22c
commit
df3af35ee4
@ -87,7 +87,7 @@ AR := $(PREFIX)ar
|
|||||||
OBJCOPY := $(PREFIX)objcopy
|
OBJCOPY := $(PREFIX)objcopy
|
||||||
STRIP := $(PREFIX)strip
|
STRIP := $(PREFIX)strip
|
||||||
NM := $(PREFIX)nm
|
NM := $(PREFIX)nm
|
||||||
LD := $(CXX)
|
LD := $(CC)
|
||||||
|
|
||||||
LIBDIRS := -L.
|
LIBDIRS := -L.
|
||||||
|
|
||||||
@ -122,7 +122,7 @@ CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions
|
|||||||
VITA_LIBS := -lSceDisplay_stub -lSceGxm_stub -lSceNet_stub -lSceNetCtl_stub -lSceAppUtil_stub \
|
VITA_LIBS := -lSceDisplay_stub -lSceGxm_stub -lSceNet_stub -lSceNetCtl_stub -lSceAppUtil_stub \
|
||||||
-lSceSysmodule_stub -lSceCtrl_stub -lSceHid_stub -lSceTouch_stub -lSceAudio_stub \
|
-lSceSysmodule_stub -lSceCtrl_stub -lSceHid_stub -lSceTouch_stub -lSceAudio_stub \
|
||||||
-lScePower_stub -lSceRtc_stub -lSceCommonDialog_stub -lScePgf_stub -lSceMotion_stub \
|
-lScePower_stub -lSceRtc_stub -lSceCommonDialog_stub -lScePgf_stub -lSceMotion_stub \
|
||||||
-lSceFiber_stub -lSceMotion_stub -lSceAppMgr_stub -lpthread -lpng -lz
|
-lSceFiber_stub -lSceMotion_stub -lSceAppMgr_stub -lstdc++ -lpthread -lpng -lz
|
||||||
|
|
||||||
LIBS := $(WHOLE_START) -lretro_vita $(WHOLE_END) $(VITA_LIBS) -lm -lc
|
LIBS := $(WHOLE_START) -lretro_vita $(WHOLE_END) $(VITA_LIBS) -lm -lc
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user