diff --git a/common.gypi b/common.gypi index ed8fbbeaf20..93b20503c4c 100644 --- a/common.gypi +++ b/common.gypi @@ -276,6 +276,9 @@ # Defines these mostly for node-gyp to pickup. 'defines': [ '_GLIBCXX_USE_CXX11_ABI=1', + # This help forks when building Node.js on a 32-bit arch as + # libuv is always compiled with _FILE_OFFSET_BITS=64 + '_FILE_OFFSET_BITS=64' ], # Forcibly disable -Werror. We support a wide range of compilers, it's