mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Fixed _CLANG dependendy
This commit is contained in:
parent
7e28ee67f0
commit
debc681848
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -26,7 +26,7 @@ optdepends=('networkmanager: Location detection via available WiFi networks'
|
|||
## Set this variable to 1 if you want to build with clang compiler ##
|
||||
#_CLANG=0
|
||||
|
||||
[ "$_CLANG" ] && [ "$_CLANG" -eq "1" ] && optdepends+=(clang)
|
||||
[ "$_CLANG" ] && [ "$_CLANG" -eq "1" ] && makedepends+=(clang)
|
||||
|
||||
#source=(http://ftpmirror.gnu.org/gnuzilla/${pkgver}/${pkgname}-${_pkgver}.tar.bz2{,.sig}
|
||||
#source=(https://ftp.gnu.org/gnu/gnuzilla/${pkgver}/${pkgname}-${_pkgver}.tar.bz2{,.sig} ## Main upstream download site
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue