Skip to content

Commit

Permalink
Word-around ARM build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
jurf committed May 25, 2020
1 parent 3e7fe6d commit 10f1104
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions net.ankiweb.Anki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,18 @@ modules:
- name: pyqt5
buildsystem: simple
build-options:
arch:
x86_64:
env:
- ANKI_BINDINGS=--enable=QtCore --enable=QtGui --enable=QtNetwork --enable=QtPrintSupport --enable=QtWebChannel --enable=QtWidgets
env:
- QMAKEPATH=/app/lib
build-commands:
- sip-install
--verbose
--build-dir ${FLATPAK_BUILDER_BUILDDIR}/build
--target-dir ${FLATPAK_DEST}/lib/python$(python3 -c 'import sys; print(sys.version[:3])')/site-packages
--enable=QtCore
--enable=QtGui
--enable=QtNetwork
--enable=QtPrintSupport
--enable=QtWebChannel
--enable=QtWidgets
$ANKI_BINDINGS
--confirm-license
--qt-share
--no-designer-plugin
Expand Down

0 comments on commit 10f1104

Please sign in to comment.