Merge pull request #863 from fewtarius/dev

Bug fixes from the split.
This commit is contained in:
fewtarius 2022-12-30 17:34:35 -05:00 committed by GitHub
commit 6c265528cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View file

@ -36,10 +36,6 @@ PKG_AUTORECONF="no"
PKG_TOOLCHAIN="make"
PKG_PATCH_DIRS+="${DEVICE}"
make_target() {
PKG_MAKE_OPTS_TARGET+=" platform=${DEVICE}"
}
makeinstall_target() {
mkdir -p ${INSTALL}/usr/lib/libretro
${STRIP} --strip-debug dosbox_pure_libretro.so

View file

@ -18,9 +18,10 @@ case ${HOST_ARCH} in
esac
PKG_URL="https://cdn.azul.com/zulu/bin/zulu${PKG_VERSION}-linux_${ZULUARCH}.tar.gz"
PKG_LONGDESC="Zulu, the open Java(TM) platform from Azul Systems."
PKG_TOOLCHAIN="manual"
post_unpack() {
rm -f ${PKG_BUILD}/src.zip
rm -f ${PKG_BUILD}/src.zip ${SOURCES}/${PKG_NAME}/*
}