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