games-emulation/retroarch: fix build

My bad for not checking before merge.
This commit is contained in:
Leorize
2019-01-14 15:38:52 +07:00
parent 31e9847716
commit 6b04e7108d

View File

@@ -11,6 +11,7 @@ SOURCE_URI="https://github.com/libretro/RetroArch/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="89dae3646e4979b8685cae987eaa09816ac94bfb10d2636a2e7a8eede5fcbfa3"
SOURCE_FILENAME="retroarch-$portVersion.tar.gz"
SOURCE_DIR="RetroArch-$portVersion"
ADDITIONAL_FILES="retroarch.rdef.in"
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
if [ "$targetArchitecture" = x86_gcc2 ]; then