diff --git a/libretro/cores/core.tup b/libretro/cores/core.tup index 3449d89..6d5fb69 100644 --- a/libretro/cores/core.tup +++ b/libretro/cores/core.tup @@ -16,10 +16,10 @@ CFLAGS += -D__LIBRETRO__ : foreach $(SOURCES_C) |> !libretro_cc |> {libretro_objs} : foreach $(SOURCES_CXX) |> !libretro_cxx |> {libretro_objs} -: {libretro_objs} |> !libretro_core_link |> {binary} -: {binary} |> !strip_to_depot |> {depot_bin} +: {libretro_objs} |> !libretro_core_link |> libretro.so +: libretro.so |> !strip_to_depot |> {binary} -: archives | {depot_bin} |> !archives_to_depot |> {package} +: archives | libretro.so |> !archives_to_depot |> {package} : runtime |> !runtime_to_depot |> {package} ifdef DEPOT_KEY diff --git a/libretro/cores/oberon/Tupfile b/libretro/cores/oberon/Tupfile index 9d18c5f..9a5f1d5 100644 --- a/libretro/cores/oberon/Tupfile +++ b/libretro/cores/oberon/Tupfile @@ -13,5 +13,6 @@ include $(LIBRETRO_CORE_INCLUDE) : $(CORE_DIR)/DiskImage/Oberon-2019-01-21.dsk |> !raw_to_depot |> {raw} ifdef DEPOT_KEY -: {raw} |> !depot_raw_tarball |> {tarballs} +: {raw} |> !depot_raw_tarball |> {raw_tar} +: {raw_tar} |> !public_signature |> endif