spl memo linking windows (#11000)
* Update spl-memo to fix windows linking error * Only programs need the stubs Co-authored-by: Ryo Onodera <ryoqun@gmail.com>
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
//! @brief Syscall stubs when building for non-BPF targets
|
||||
|
||||
#![cfg(feature = "program")]
|
||||
|
||||
#[cfg(not(target_arch = "bpf"))]
|
||||
fn print_line_to_stdout(_message: &str) {
|
||||
#[cfg(not(feature = "program"))]
|
||||
|
Reference in New Issue
Block a user