Sha256: 7da8864337e1859ad869260656b8e32227b8e2164f7b8082e812677d532f0f27
Contents?: true
Size: 534 Bytes
Versions: 19
Compression:
Stored size: 534 Bytes
Contents
diff --git a/build/standalone.gypi b/build/standalone.gypi index 125c5bf..71641a3 100644 --- a/build/standalone.gypi +++ b/build/standalone.gypi @@ -107,7 +107,7 @@ [ 'visibility=="hidden" and v8_enable_backtrace==0', { 'cflags': [ '-fvisibility=hidden' ], }], - [ 'component=="shared_library"', { + [ 'component=="shared_library" or component=="static_library" and v8_target_arch=="x64" or v8_target_arch=="arm"', { 'cflags': [ '-fPIC', ], }], ],
Version data entries
19 entries across 19 versions & 3 rubygems