summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2025-02-17 14:15:45 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-02-17 18:08:37 +0900
commitfa5663ea247b83ad497373dc5215abb7bdeb47dd (patch)
tree047e1938adfb4e2618de8d365eac599fed062ff9
parent929e8131f12efad067ded25dca93d2e267df86f2 (diff)
Revert "Temporary removed gmp because vcpkg package is broken."
This reverts commit b56b70a373753fd5c6d1b6df911342c8d0138695.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12763
-rw-r--r--vcpkg.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcpkg.json b/vcpkg.json
index 98e047331c..16415dece1 100644
--- a/vcpkg.json
+++ b/vcpkg.json
@@ -1,6 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"dependencies": [
+ "gmp",
"libffi",
"libyaml",
"openssl",