Sha256: 560f6746fdab3fa9f15ec74e8d5538e2230fbbc046272de13b284661cdf83c5c
Contents?: true
Size: 697 Bytes
Versions: 6
Compression:
Stored size: 697 Bytes
Contents
From 6c28fb0319c5e2e7afad4b5731fc0ded86e1f7e7 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 4c805bf643..6a72a23cfb 100644 --- a/gypfiles/standalone.gypi +++ b/gypfiles/standalone.gypi @@ -522,6 +522,9 @@ }], # fastbuild!=0 ], 'target_conditions': [ + ['_type=="static_library"', { + 'standalone_static_library': 1, + }], ['v8_code == 0', { 'defines!': [ 'DEBUG', -- 2.13.3
Version data entries
6 entries across 6 versions & 1 rubygems