mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00:00
gyp: Support Linux
This commit is contained in:
parent
584ae7b084
commit
b433c42a56
@ -1,5 +1,6 @@
|
||||
{
|
||||
'variables': {
|
||||
'visibility%': 'hidden', # V8's visibility setting
|
||||
'target_arch%': 'ia32', # set v8's target architecture
|
||||
'host_arch%': 'ia32', # set v8's host architecture
|
||||
'library%': 'static_library', # allow override to 'shared_library' for DLL/.so builds
|
||||
|
||||
Loading…
Reference in New Issue
Block a user