Merge pull request #8115 from heitbaum/boost

boost: use HOST_CXX compiler not g++
This commit is contained in:
CvH 2023-09-09 15:10:20 +02:00 committed by GitHub
commit 09641de8d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ PKG_BUILD_FLAGS="+pic"
make_host() {
cd tools/build/src/engine
sh build.sh
sh build.sh gcc --cxx=${HOST_CXX} --cxxflags=${HOST_CXXFLAGS}
}
makeinstall_host() {