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 @@ -97,6 +97,9 @@ anyhow = { version = "1.0" }
9797goblin = " 0.10.3"
9898tar = " 0.4.44"
9999
100+ [target .'cfg(windows)' .build-dependencies ]
101+ junction = " 1"
102+
100103[features ]
101104default = [" function_call_metrics" , " kvm" , " mshv3" ]
102105function_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