Skip to content

Commit

Permalink
put re-export behind #[cfg(target_feature = "static-syscalls")]
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Jul 1, 2024
1 parent 59687ee commit c99b289
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/program/src/syscalls/definitions.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#[cfg(target_feature = "static-syscalls")]
pub use solana_define_syscall::sys_hash;
use {
crate::{
Expand Down

0 comments on commit c99b289

Please sign in to comment.