hydrogen: fix cross
This commit is contained in:
parent
ead9141f43
commit
35f8a03b47
1 changed files with 4 additions and 1 deletions
|
@ -15,4 +15,7 @@ homepage="http://www.hydrogen-music.org/"
|
|||
distfiles="https://github.com/hydrogen-music/hydrogen/archive/${version}.tar.gz"
|
||||
checksum=1e0f3d9eae901ef5f11a61e2a446b1d819f3b38e2476a2b382cc02dea693c2b7
|
||||
|
||||
export CXXFLAGS="-std=gnu++11 -Wno-deprecated-register -fno-implement-inlines"
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt-host-tools qt-devel"
|
||||
fi
|
||||
CXXFLAGS="-std=gnu++11 -Wno-deprecated-register -fno-implement-inlines"
|
||||
|
|
Loading…
Reference in a new issue