cparser: fix Makefile
This commit is contained in:
parent
a0a9e0b647
commit
9f7f9f1d74
|
@ -21,6 +21,7 @@ post_extract() {
|
|||
}
|
||||
|
||||
do_configure() {
|
||||
vsed -i Makefile -e 's;"\\#;"#;g'
|
||||
cat <<EOF >config.mak
|
||||
variant = release
|
||||
CFLAGS_release = $CFLAGS
|
||||
|
|
Loading…
Reference in New Issue