boswars: add a blank between $CFLAGS and -Wall ...
This commit is contained in:
parent
056124536e
commit
c633cc1a92
|
@ -16,7 +16,7 @@ nocross=yes
|
|||
do_build() {
|
||||
# Patch make.py to respect our $CXXFLAGS and $LDFLAGS
|
||||
sed -i make.py \
|
||||
-e "s;^gccflags = '\(.*\)'.split();gccflags = '${CXXFLAGS}\1'.split();" \
|
||||
-e "s;^gccflags = '\(.*\)'.split();gccflags = '${CXXFLAGS} \1'.split();" \
|
||||
-e "/^gccflags.*/a gldflags = '${LDFLAGS}'.split()" \
|
||||
-e "s;self.ldflags = list(ldflags);self.ldflags = gldflags + list(ldflags);"
|
||||
python make.py
|
||||
|
|
Loading…
Reference in New Issue