Skip to content

Commit df6a609

Browse files
committed
[new package] deno 2.5.5
1 parent fa73371 commit df6a609

21 files changed

+2431
-0
lines changed

mingw-w64-deno/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/deno
2+
/rusty_v8
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--- a/BUILD.gn
2+
+++ b/BUILD.gn
3+
@@ -24,7 +24,7 @@
4+
"//v8:features",
5+
]
6+
cflags = []
7+
- if (is_win) {
8+
+ if (is_msvc) {
9+
# The `/Zl` ("omit default library name") flag makes the compiler produce
10+
# object files that can link with both the static and dynamic CRT.
11+
cflags += [ "/Zl" ]

0 commit comments

Comments
 (0)