mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #8115 from heitbaum/boost
boost: use HOST_CXX compiler not g++
This commit is contained in:
commit
09641de8d3
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user