Skip to content

Commit

Permalink
Merge pull request #233 from Csaba8472/fix/win-build
Browse files Browse the repository at this point in the history
fix windows build
  • Loading branch information
louis030195 authored Aug 28, 2024
2 parents c9a62a4 + afae94a commit c386426
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions screenpipe-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ name = "new_db_benchmark"
harness = false

[features]
default = []

[target.'cfg(any(target_os = "macos", target_os = "linux"))'.features]
default = ["pipes"]

metal = ["candle/metal", "candle-nn/metal", "candle-transformers/metal"]
Expand Down

0 comments on commit c386426

Please sign in to comment.