mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
config/path:
- adding HOST_CXXFLAGS
This commit is contained in:
parent
89818431e4
commit
fcff1740c5
@ -129,6 +129,7 @@ HOST_OBJCOPY=objcopy
|
||||
HOST_STRIP=strip
|
||||
HOST_CPPFLAGS=""
|
||||
HOST_CFLAGS="-O2 -Wall -pipe -I$ROOT/$TOOLCHAIN/include"
|
||||
HOST_CXXFLAGS="$HOST_CFLAGS"
|
||||
HOST_LDFLAGS="-L$ROOT/$TOOLCHAIN/lib"
|
||||
HOST_PKG_CONFIG_PATH="$ROOT/$TOOLCHAIN/lib/pkgconfig"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user