ctags: rebuild
This commit is contained in:
@@ -4,7 +4,7 @@ _realname=ctags
|
||||
pkgbase=mingw-w64-${_realname}
|
||||
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||
pkgver=5.8
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc="A multilanguage implementation of Ctags (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
|
||||
@@ -32,7 +32,7 @@ build() {
|
||||
# It is a bit tricky to enable proper regex support on the posix
|
||||
# build (LIBS=pcreposix configure --with-posix-regex), and then
|
||||
# the executable segfaults when regexs are involved.
|
||||
make -f mk_mingw.mak
|
||||
make -f mk_mingw.mak CC="$CC"
|
||||
}
|
||||
|
||||
package() {
|
||||
|
||||
Reference in New Issue
Block a user