Skip to content

Commit

Permalink
Fix build error on Mac. (aptos-labs#10738)
Browse files Browse the repository at this point in the history
  • Loading branch information
grao1991 authored Oct 31, 2023
1 parent fcdea9d commit 426a0b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions aptos-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ url = { workspace = true }

[target.'cfg(unix)'.dependencies]
jemallocator = { workspace = true }

[target.'cfg(target_os = "linux")'.dependencies]
rstack-self = { workspace = true }

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/aptos-admin-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tokio = { workspace = true }
tokio-scoped = { workspace = true }
url = { workspace = true }

[target.'cfg(unix)'.dependencies]
[target.'cfg(target_os = "linux")'.dependencies]
aptos-profiler = { workspace = true }
pprof = { workspace = true }
rstack-self = { workspace = true }

0 comments on commit 426a0b3

Please sign in to comment.