Sha256: 668e241f65242afb1bee3728488c0642ed566251ffe8e74db5bfb63c6b02f163

Contents?: true

Size: 556 Bytes

Versions: 3

Compression:

Stored size: 556 Bytes

Contents

diff --git a/build/standalone.gypi b/build/standalone.gypi
index 1252094..308a7e3 100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -733,7 +733,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=="arm64")', {
             'cflags': [ '-fPIC', ],
           }],
           [ 'coverage==1', {

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
libv8-5.0.71.48.3 patches/fPIC-for-static.patch
libv8-5.0.71.48.2 patches/fPIC-for-static.patch
libv8-5.0.71.48.0beta2 patches/fPIC-for-static.patch