Fix lua afl++ build using another sed seperator (#5126)

This commit is contained in:
Abhishek Arya 2021-02-05 07:26:31 -08:00 committed by GitHub
parent 1a577209fa
commit 1abfd6bd92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
sed "s/CFLAGS=/CFLAGS+=/g" -i $SRC/lua/makefile
sed "s/MYLDFLAGS=/MYLDFLAGS=${CFLAGS} /g" -i $SRC/lua/makefile
sed "s/CC= gcc/CC= ${CC}/g" -i $SRC/lua/makefile
sed "s|CC= gcc|CC= ${CC}|g" -i $SRC/lua/makefile
cd $SRC/lua
make