fs-uae: fix build outside x86
This commit is contained in:
parent
b59c6a30a7
commit
5e406231ec
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue