Skip to content

Commit f1f1f57

Browse files
committed
stash javac windows support
1 parent ae2d7bc commit f1f1f57

File tree

2 files changed

+358
-57
lines changed

2 files changed

+358
-57
lines changed

javac/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ edition = "2024"
66
[dependencies]
77
which = "8"
88

9+
[target.'cfg(target_os = "windows")'.dependencies]
10+
encoding_rs = "0.8.35"
11+
windows = { version = "0.58", features = ["Win32_Globalization"] }
12+
913
[dev-dependencies]
1014
jni = { path = "../", version = "0.22.0", features = ["invocation"] }
1115
rusty-fork = "0.3.0"

0 commit comments

Comments
 (0)