boost: properly quoting cflags parameters
This commit is contained in:
parent
a8a6fd4063
commit
74275af383
@ -28,7 +28,7 @@ let
|
|||||||
layout = if taggedLayout then "tagged" else "system";
|
layout = if taggedLayout then "tagged" else "system";
|
||||||
|
|
||||||
cflags = if enablePIC && enableExceptions then
|
cflags = if enablePIC && enableExceptions then
|
||||||
"cflags=-fPIC -fexceptions cxxflags=-fPIC linkflags=-fPIC"
|
"cflags=\"-fPIC -fexceptions\" cxxflags=-fPIC linkflags=-fPIC"
|
||||||
else if enablePIC then
|
else if enablePIC then
|
||||||
"cflags=-fPIC cxxflags=-fPIC linkflags=-fPIC"
|
"cflags=-fPIC cxxflags=-fPIC linkflags=-fPIC"
|
||||||
else if enableExceptions then
|
else if enableExceptions then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user