Sha256: b708037a3edc858ddc608f08e229523fd5754f58fa305fd8ae3e0b65e36a644f
Contents?: true
Size: 697 Bytes
Versions: 3
Compression:
Stored size: 697 Bytes
Contents
From a018c0c78b9d40c9d9787fe969530e40fca5d38a Mon Sep 17 00:00:00 2001 From: Petko Bordjukov <bordjukov@gmail.com> Date: Mon, 25 Jul 2016 00:00:19 +0300 Subject: [PATCH 1/5] Build a standalone static library --- gypfiles/standalone.gypi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gypfiles/standalone.gypi b/gypfiles/standalone.gypi index 63930d8aef..d0d00d3f67 100644 --- a/gypfiles/standalone.gypi +++ b/gypfiles/standalone.gypi @@ -517,6 +517,9 @@ }], # fastbuild!=0 ], 'target_conditions': [ + ['_type=="static_library"', { + 'standalone_static_library': 1, + }], ['v8_code == 0', { 'defines!': [ 'DEBUG', -- 2.15.1
Version data entries
3 entries across 3 versions & 1 rubygems