Skip to content

Commit

Permalink
Add solana-define-syscall for solana builds
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Oct 25, 2024
1 parent 702bf28 commit 02065bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sdk/sysvar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ edition = { workspace = true }
solana-program-error = { workspace = true }
solana-pubkey = { workspace = true, default-features = false }

[target.'cfg(target_os = "solana")'.dependencies]
solana-define-syscall = { workspace = true }

[dev-dependencies]
solana-program-entrypoint = { workspace = true }
static_assertions = { workspace = true }
Expand Down

0 comments on commit 02065bb

Please sign in to comment.