Skip to content

Commit

Permalink
notepad++: disable clangarm64
Browse files Browse the repository at this point in the history
Fails with:

notepad-plus-plus-8.6/PowerEditor/gcc/makefile:79: *** aarch64 build is unsupported.  Stop.
  • Loading branch information
lazka committed Dec 24, 2023
1 parent 6b79352 commit c264414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mingw-w64-notepad++/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=8.6
pkgrel=1
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
mingw_arch=('mingw64' 'ucrt64' 'clang64')
pkgdesc="Notepad++ is a free (as in “free speech” and also as in “free beer”) source code editor and Notepad replacement that supports several languages."
license=("spdx:GPL-3.0-or-later")
url="https://notepad-plus-plus.org/"
Expand Down

0 comments on commit c264414

Please sign in to comment.