fs-uae: fix build outside x86
This commit is contained in:
parent
b59c6a30a7
commit
5e406231ec
|
@ -15,6 +15,11 @@ checksum=4ededc341edf12ad84e15ecfaf7942ebba12b75aec8c78fb0275d13c749f8aab
|
|||
nocross="./gen/genlinetoscr: cannot execute binary file: Exec format error"
|
||||
nopie=yes
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*|i686*) ;;
|
||||
*) configure_args+=" --disable-jit" ;;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
vinstall ${FILESDIR}/fs-uae.desktop 644 usr/share/applications
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue