mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/io to 2017.09.06-5
This commit is contained in:
parent
59d853f4f4
commit
cfb93ec5e0
1 changed files with 7 additions and 5 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
pkgname=io
|
pkgname=io
|
||||||
pkgver=2017.09.06
|
pkgver=2017.09.06
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
pkgdesc='IO programming language'
|
pkgdesc='IO programming language'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url='https://iolanguage.com/'
|
url='https://iolanguage.com/'
|
||||||
|
@ -29,13 +29,15 @@ prepare() {
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cmake \
|
cmake \
|
||||||
-B build \
|
-B build \
|
||||||
-S $pkgname \
|
|
||||||
-D CMAKE_BUILD_TYPE=Release \
|
-D CMAKE_BUILD_TYPE=Release \
|
||||||
-D CMAKE_INSTALL_PREFIX=/usr \
|
-D CMAKE_INSTALL_PREFIX=/usr \
|
||||||
-D CMAKE_SKIP_RPATH=1
|
-D CMAKE_SKIP_RPATH=1 \
|
||||||
# ninja requires "-w dupbuild=warn" and/or -w "phonycycle=warn" and still gives an error
|
-S $pkgname
|
||||||
|
|
||||||
|
# make is used instead of ninja, because ninja results in errors,
|
||||||
|
# even with '-w dupbuild=warn' and/or -w 'phonycycle=warn'
|
||||||
make -C build
|
make -C build
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue