summaryrefslogtreecommitdiff
path: root/lang/gleam/files/patch-gleam-bin_Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gleam/files/patch-gleam-bin_Cargo.toml')
-rw-r--r--lang/gleam/files/patch-gleam-bin_Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/gleam/files/patch-gleam-bin_Cargo.toml b/lang/gleam/files/patch-gleam-bin_Cargo.toml
new file mode 100644
index 000000000000..e58854e1932b
--- /dev/null
+++ b/lang/gleam/files/patch-gleam-bin_Cargo.toml
@@ -0,0 +1,10 @@
+--- gleam-bin/Cargo.toml.orig 2025-06-04 06:31:36 UTC
++++ gleam-bin/Cargo.toml
+@@ -8,7 +8,3 @@ gleam-cli = { path = "../compiler-cli" }
+ [dependencies]
+ gleam-cli = { path = "../compiler-cli" }
+
+-[target.'cfg(windows)'.build-dependencies]
+-# For statically linking the VCRuntime on Windows when
+-# using the MSVC toolchain
+-static_vcruntime = "2"