Backport windows build fixes (#11004)

* Bump spl-memo

* 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>

Co-authored-by: Jack May <jack@solana.com>
Co-authored-by: Ryo Onodera <ryoqun@gmail.com>
This commit is contained in:
Tyera Eulberg
2020-07-10 21:46:11 -06:00
committed by GitHub
parent 5205eb382e
commit 03e505897a
4 changed files with 13 additions and 4 deletions

View File

@@ -1,5 +1,7 @@
//! @brief Stubs for syscalls when building tests for non-BPF targets
#![cfg(feature = "program")]
#[cfg(not(target_arch = "bpf"))]
fn print_line_to_stdout(_message: &str) {
#[cfg(not(feature = "program"))]