mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/gn to 0.1490.df15af47-1
This commit is contained in:
parent
5f004a9cc4
commit
fa0e32d5cf
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
|||
buildarch=28
|
||||
|
||||
pkgname=gn
|
||||
pkgver=0.1480.a676103b
|
||||
_commit=a676103b8180564c6d7f8330201f9b5fe102e3f4
|
||||
pkgver=0.1490.df15af47
|
||||
_commit=df15af47303ffafad009f865bc80679b453eef1b
|
||||
pkgrel=1
|
||||
pkgdesc="Meta-build system that generates build files for Ninja"
|
||||
arch=('x86_64')
|
||||
|
@ -32,7 +32,7 @@ prepare() {
|
|||
|
||||
build() {
|
||||
cd $pkgname
|
||||
python2 ./build/gen.py --no-sysroot
|
||||
python2 ./build/gen.py
|
||||
ninja -C out gn
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue