Skip to content

Commit 1c9301a

Browse files
committed
Uh what, we're using bash on windows?
1 parent 2686eb7 commit 1c9301a

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+
"LZMA_API_STATIC=1 LIBTORCH=\"C:\\libtorch\""
99
} else {
1010
""
1111
}

0 commit comments

Comments
 (0)