File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 291
291
'target_conditions' : [
292
292
['_toolset=="host"' , {
293
293
'variables' : {
294
- 'm32flag' : '<!((echo | $(echo ${CXX_host:-$(which g++)}) -m32 -E - > /dev/null 2>&1) && echo -n "-m32" || true)' ,
294
+ 'm32flag' : '<!((echo | $(echo ${CXX_host:-$(which g++)}) -m32 -E - > /dev/null 2>&1) && echo "-m32" || true)' ,
295
295
},
296
296
'cflags' : [ '<(m32flag)' ],
297
297
'ldflags' : [ '<(m32flag)' ],
301
301
}],
302
302
['_toolset=="target"' , {
303
303
'variables' : {
304
- 'm32flag' : '<!((echo | $(echo ${CXX_target:-${CXX:-$(which g++)}}) -m32 -E - > /dev/null 2>&1) && echo -n "-m32" || true)' ,
304
+ 'm32flag' : '<!((echo | $(echo ${CXX_target:-${CXX:-$(which g++)}}) -m32 -E - > /dev/null 2>&1) && echo "-m32" || true)' ,
305
305
},
306
306
'cflags' : [ '<(m32flag)' ],
307
307
'ldflags' : [ '<(m32flag)' ],
You can’t perform that action at this time.
0 commit comments