mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
flex: dont run 'lex' in strict mode
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c2b0e7313f
commit
e397914363
@ -38,6 +38,6 @@ make install
|
|||||||
|
|
||||||
cat > $ROOT/$TOOLCHAIN/bin/lex << "EOF"
|
cat > $ROOT/$TOOLCHAIN/bin/lex << "EOF"
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec flex -l "$@"
|
exec flex "$@"
|
||||||
EOF
|
EOF
|
||||||
chmod -v 755 $ROOT/$TOOLCHAIN/bin/lex
|
chmod -v 755 $ROOT/$TOOLCHAIN/bin/lex
|
||||||
|
Loading…
x
Reference in New Issue
Block a user