summaryrefslogtreecommitdiff
path: root/mfbt/double-conversion/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mfbt/double-conversion/update.sh')
-rwxr-xr-xmfbt/double-conversion/update.sh20
1 files changed, 20 insertions, 0 deletions
diff --git a/mfbt/double-conversion/update.sh b/mfbt/double-conversion/update.sh
new file mode 100755
index 0000000..43091e3
--- /dev/null
+++ b/mfbt/double-conversion/update.sh
@@ -0,0 +1,20 @@
+# Usage: ./update.sh <double-conversion-src-directory>
+#
+# Copies the needed files from a directory containing the original
+# double-conversion source that we need.
+
+# This was last updated with git rev e5b34421b763f7bf7e4f9081403db417d5a55a36.
+
+set -e
+
+cp $1/LICENSE ./
+cp $1/README ./
+
+# Includes
+cp $1/src/*.h ./
+
+# Source
+cp $1/src/*.cc ./
+
+patch -p3 < add-mfbt-api-markers.patch
+patch -p3 < use-StandardInteger.patch