File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,9 @@ anyhow = { version = "1.0" }
7575goblin = " 0.10.1"
7676tar = " 0.4.44"
7777
78+ [target .'cfg(windows)' .build-dependencies ]
79+ junction = " 1"
80+
7881[features ]
7982default = [" function_call_metrics" , " kvm" , " mshv3" ]
8083function_call_metrics = [" hyperlight-host/function_call_metrics" ]
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ fn get_wasm_runtime_path() -> PathBuf {
8484 std:: os:: unix:: fs:: symlink ( crates_dir, & vendor_dir) . unwrap ( ) ;
8585
8686 #[ cfg( not( unix) ) ]
87- std :: os :: windows :: fs :: symlink_dir ( crates_dir, & vendor_dir) . unwrap ( ) ;
87+ junction :: create ( crates_dir, & vendor_dir) . unwrap ( ) ;
8888
8989 let wasm_runtime_dir = crates_dir. join ( "wasm_runtime" ) ;
9090 if wasm_runtime_dir. exists ( ) {
You can’t perform that action at this time.
0 commit comments