boost: properly quoting cflags parameters

This commit is contained in:
Lluís Batlle i Rossell 2013-03-13 16:46:50 +01:00
parent a8a6fd4063
commit 74275af383
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ let
layout = if taggedLayout then "tagged" else "system";
cflags = if enablePIC && enableExceptions then
"cflags=-fPIC -fexceptions cxxflags=-fPIC linkflags=-fPIC"
"cflags=\"-fPIC -fexceptions\" cxxflags=-fPIC linkflags=-fPIC"
else if enablePIC then
"cflags=-fPIC cxxflags=-fPIC linkflags=-fPIC"
else if enableExceptions then