about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/v8/build-standalone-static-library.patch
blob: 994c322429d16e1819cc323cfec8dd60e08e865c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/build/standalone.gypi b/build/standalone.gypi
index b6519c4..ef9e7c5 100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -373,6 +373,9 @@
       }],
     ],
     'target_conditions': [
+      ['_type=="static_library"', {
+        'standalone_static_library': 1,
+      }],
       ['v8_code == 0', {
         'defines!': [
           'DEBUG',