Skip to content

Commit

Permalink
ossia-score: disable clangarm64
Browse files Browse the repository at this point in the history
Fails with:

ossia-score-3.1.13/3rdparty/libossia/3rdparty/rubberband/src/common/sysutils.cpp:213:26: error: unknown token in expression
__asm__ __volatile__("xchgl %%eax,%0 "

and more of the same
  • Loading branch information
lazka authored Mar 10, 2024
1 parent e909732 commit d74377d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mingw-w64-ossia-score/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pkgver=3.1.13
pkgrel=1
pkgdesc="ossia score, an interactive sequencer for the intermedia arts"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
mingw_arch=('mingw64' 'ucrt64' 'clang64')
url="https://ossia.io"
license=('spdx:GPL-3.0-or-later')
depends=(
Expand Down

0 comments on commit d74377d

Please sign in to comment.