mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
flex: dont run 'lex' in strict mode
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user