mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
boost: dont use $TARGET_* variables
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
d30c348705
commit
dad241a6f4
@ -55,7 +55,7 @@ configure_target() {
|
||||
--with-bjam=$ROOT/$TOOLCHAIN/bin/bjam \
|
||||
--with-python=$ROOT/$TOOLCHAIN/bin/python \
|
||||
|
||||
echo "using gcc : `$TARGET_CC -v 2>&1 | tail -n 1 |awk '{print $3}'` : $TARGET_CC : <compileflags>\"$CFLAGS\" <linkflags>\"$LDFLAGS\" ;" \
|
||||
echo "using gcc : `$CC -v 2>&1 | tail -n 1 |awk '{print $3}'` : $CC : <compileflags>\"$CFLAGS\" <linkflags>\"$LDFLAGS\" ;" \
|
||||
> tools/build/src/user-config.jam
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user