mupen64plus-sa: do not export vulkan as we use it elsewhere

This commit is contained in:
spycat88
2025-07-19 16:22:55 +01:00
parent 2959ea30de
commit ca6d5af2df
2 changed files with 3 additions and 3 deletions

View File

@@ -15,9 +15,9 @@ PKG_TOOLCHAIN="manual"
if [ "${VULKAN_SUPPORT}" = "yes" ]; then
PKG_DEPENDS_TARGET+=" ${VULKAN}"
export VULKAN=1
PKG_MAKE_OPTS_TARGET+=" VULKAN=1"
else
export VULKAN=0
PKG_MAKE_OPTS_TARGET+=" VULKAN=0"
fi
case ${DEVICE} in

View File

@@ -40,7 +40,7 @@ make_target() {
esac
# Always diable Vulkan
export VULKAN=0
PKG_MAKE_OPTS_TARGET+=" VULKAN=0"
export BINUTILS="$(get_build_dir binutils)/.${TARGET_NAME}"
export NEW_DYNAREC=1