Skip to content

Commit 905c977

Browse files
committed
directxtk: disable clangarm64
Fails with: clang++: error: unsupported option '-msse2' for target 'aarch64-w64-windows-gnu'
1 parent 5447f90 commit 905c977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mingw-w64-directxtk/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ _tag=feb2024
99
pkgrel=1
1010
pkgdesc="DirectX Tool Kit for DirectX 11 (mingw-w64)"
1111
arch=('any')
12-
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
12+
mingw_arch=('mingw64' 'ucrt64' 'clang64')
1313
url='http://go.microsoft.com/fwlink/?LinkId=248929'
1414
license=('MIT')
1515
makedepends=("${MINGW_PACKAGE_PREFIX}-cmake"

0 commit comments

Comments
 (0)