23 lines
690 B
Diff
23 lines
690 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Shelley Vohr <shelley.vohr@gmail.com>
|
|
Date: Mon, 22 Oct 2018 10:47:13 -0700
|
|
Subject: expose_mksnapshot.patch
|
|
|
|
Needed in order to build mksnapshot on arm.
|
|
|
|
diff --git a/BUILD.gn b/BUILD.gn
|
|
index d0ba5ed04e7126deae4a0ab9ee8943cda5ea42e3..b5eb09cfcb8add19f4de985cbe7b9777c51c4bd3 100644
|
|
--- a/BUILD.gn
|
|
+++ b/BUILD.gn
|
|
@@ -3130,8 +3130,6 @@ if (v8_monolithic) {
|
|
|
|
if (v8_use_snapshot && current_toolchain == v8_snapshot_toolchain) {
|
|
v8_executable("mksnapshot") {
|
|
- visibility = [ ":*" ] # Only targets in this file can depend on this.
|
|
-
|
|
sources = [
|
|
"src/snapshot/mksnapshot.cc",
|
|
]
|
|
--
|
|
2.17.0
|
|
|