Skip to content

Commit 404087b

Browse files
committed
MS.
1 parent 16ff034 commit 404087b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env_vars := if os() == "linux" {
55
} else if os() == "macos" {
66
"LZMA_API_STATIC=1 LIBTORCH=/opt/homebrew"
77
} else if os() == "windows" {
8-
"$env:LZMA_API_STATIC=1 $env:LIBTORCH=C:/libtorch"
8+
"$env:LZMA_API_STATIC=1; $env:LIBTORCH=C:/libtorch; "
99
} else {
1010
""
1111
}

0 commit comments

Comments
 (0)