Fix -g1 workaround

I was missing the -i flag to sed.
This commit is contained in:
Kevin Kofler 2016-03-22 19:34:11 +01:00
parent 94d8130832
commit 855dc1312c

View File

@ -305,7 +305,7 @@ sed -i -e 's!\./!!g' \
%ifnarch x86_64
# most arches run out of memory with full debuginfo, so use -g1 on non-x86_64
sed -e 's/=-g$/=-g1/g' src/core/gyp_run.pro
sed -i -e 's/=-g$/=-g1/g' src/core/gyp_run.pro
%endif
%build