Sha256: 7e6619401b65bb87ed9e695ea710437d50edcac5e62ab1f48cfbf3519ff58f4d
Contents?: true
Size: 697 Bytes
Versions: 3
Compression:
Stored size: 697 Bytes
Contents
From 0bf02c0c573c22962065c5eb1a86e48f64a8ef24 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 986aaaaebb..9006c2c2f5 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
3 entries across 3 versions & 1 rubygems