Libretro fixes

This commit is contained in:
Ehmry - 2019-04-05 23:54:15 +02:00
parent fb28f1124e
commit 666f63fe8b
3 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,7 @@ CXXFLAGS += -w
: {core} |> !collect_bin |>
: |> !bin |>
ifndef CONFIG_NO_NETWORK
: |> wget --quiet http://bluemsx.msxblue.com/rel_download/%o |> blueMSXv282.zip {zip}
: {zip} \
@ -40,6 +41,7 @@ CXXFLAGS += -w
: {tar} |> !collect_raw |>
: |> !raw |>
endif
PKG_DEPENDS += \
@(SDK_USER)/src/stdcxx/@(SDK_VERSION) \

View File

@ -21,5 +21,8 @@ include upstream/Makefile.common
: {core} |> !collect_bin |>
: |> !bin |>
PKG_DEPENDS += \
@(SDK_USER)/src/stdcxx/@(SDK_VERSION) \
: $(TUP_CWD)/runtime |> !collect_pkg_runtime |>
: |> !pkg |>

View File

@ -59,6 +59,7 @@ ifeq ($(TARGET_NAME),midi_test)
endif
ifeq ($(TARGET_NAME),test)
TARGET_NAME = simple_tests
CFLAGS += -I../../libretro-common/include
SOURCES_C += libretro-test.c
PKG_DEPENDS += $(SIMPLE_DEPENDS)