boost: use HOST_CXX compiler not g++

This commit is contained in:
Rudi Heitbaum 2023-09-06 09:37:03 +00:00
parent e2439c536d
commit 86637e5f21

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() {