Skip to content

Commit bc01bcb

Browse files
authored
Homebrew only on unix and not windows (#23364)
1 parent 2d383e0 commit bc01bcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

native_locator/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ fn main() {
3535

3636
pyenv::find_and_report(&mut dispatcher, &environment);
3737

38+
#[cfg(unix)]
3839
homebrew::find_and_report(&mut dispatcher, &environment);
3940

4041
match now.elapsed() {

0 commit comments

Comments
 (0)