summary refs log tree commit diff
path: root/pkgs/development/libraries/v8/build-standalone-static-library.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/v8/build-standalone-static-library.patch')
-rw-r--r--pkgs/development/libraries/v8/build-standalone-static-library.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/pkgs/development/libraries/v8/build-standalone-static-library.patch b/pkgs/development/libraries/v8/build-standalone-static-library.patch
deleted file mode 100644
index 994c322429d..00000000000
--- a/pkgs/development/libraries/v8/build-standalone-static-library.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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',