cparser: fix Makefile

This commit is contained in:
Jürgen Buchmüller 2020-07-26 12:49:28 +02:00
parent a0a9e0b647
commit 9f7f9f1d74
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ post_extract() {
}
do_configure() {
vsed -i Makefile -e 's;"\\#;"#;g'
cat <<EOF >config.mak
variant = release
CFLAGS_release = $CFLAGS