summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Perez de Castro2018-11-06 11:47:02 +0200
committerAdrian Perez de Castro2018-11-06 11:47:02 +0200
commit30ac19cc24e3709cfca5bce9a16e442066c3969b (patch)
tree749df2c0af15858fa5431ed1973868c148a38ea1 /PKGBUILD
parent2ff936cf96b2cc4a75559a712a05432fcf2b5f61 (diff)
downloadaur-30ac19cc24e3709cfca5bce9a16e442066c3969b.tar.gz
Remove unnecessary (and unsupported) --use-sysroot
Upstream has removed the option.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c7f82d57256..534f3faed0ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
#
pkgname=gn-git
pkgdesc='Meta-build system which generates Ninja build files'
-pkgver=r1464.e134e493
+pkgver=r1491.df15af47
pkgrel=1
license=('BSD')
arch=('x86_64' 'i686')
@@ -27,7 +27,7 @@ prepare () {
build () {
cd gn
- CC=cc CXX=c++ AR=ar python2 build/gen.py --no-sysroot --use-lto
+ CC=cc CXX=c++ AR=ar python2 build/gen.py --use-lto
ninja -C out
}