File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 277277 'target_conditions' : [
278278 ['_toolset=="host"' , {
279279 'variables' : {
280- 'm32flag' : '<!((echo | $(echo ${CXX_host:-$(which g++)}) -m32 -E - > /dev/null 2>&1) && echo -n "-m32" || true)' ,
280+ 'm32flag' : '<!((echo | $(echo ${CXX_host:-$(which g++)}) -m32 -E - > /dev/null 2>&1) && echo "-m32" || true)' ,
281281 },
282282 'cflags' : [ '<(m32flag)' ],
283283 'ldflags' : [ '<(m32flag)' ],
287287 }],
288288 ['_toolset=="target"' , {
289289 'variables' : {
290- 'm32flag' : '<!((echo | $(echo ${CXX_target:-${CXX:-$(which g++)}}) -m32 -E - > /dev/null 2>&1) && echo -n "-m32" || true)' ,
290+ 'm32flag' : '<!((echo | $(echo ${CXX_target:-${CXX:-$(which g++)}}) -m32 -E - > /dev/null 2>&1) && echo "-m32" || true)' ,
291291 },
292292 'cflags' : [ '<(m32flag)' ],
293293 'ldflags' : [ '<(m32flag)' ],
You can’t perform that action at this time.
0 commit comments