mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00:00
v8: Don't use 'echo -n' in configure script
This commit is contained in:
parent
bd33fea732
commit
0435f9b28c
2
deps/v8/build/common.gypi
vendored
2
deps/v8/build/common.gypi
vendored
@ -290,7 +290,7 @@
|
||||
[ 'v8_target_arch!="x64"', {
|
||||
# Pass -m32 to the compiler iff it understands the flag.
|
||||
'variables': {
|
||||
'm32flag': '<!((echo | $(echo ${CXX:-$(which g++)}) -m32 -E - > /dev/null 2>&1) && echo -n "-m32" || true)',
|
||||
'm32flag': '<!((echo | $(echo ${CXX:-$(which g++)}) -m32 -E - > /dev/null 2>&1) && echo "-m32" || true)',
|
||||
},
|
||||
'cflags': [ '<(m32flag)' ],
|
||||
'ldflags': [ '<(m32flag)' ],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user