mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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"
|
||||
#!/bin/sh
|
||||
exec flex -l "$@"
|
||||
exec flex "$@"
|
||||
EOF
|
||||
chmod -v 755 $ROOT/$TOOLCHAIN/bin/lex
|
||||
|
Loading…
x
Reference in New Issue
Block a user