ardour: nocross

This commit is contained in:
Michael Gehring 2017-05-05 19:07:25 +00:00
parent 1b24e3338c
commit f646dbba3b

View file

@ -15,6 +15,8 @@ license="GPL-2"
homepage="http://ardour.org" homepage="http://ardour.org"
CXXFLAGS="-std=c++11" CXXFLAGS="-std=c++11"
nocross="executes test binaries during configure"
do_fetch() { do_fetch() {
git clone --branch=$version https://github.com/Ardour/$pkgname $pkgname-$version git clone --branch=$version https://github.com/Ardour/$pkgname $pkgname-$version
} }