Skip to content

Commit f820a26

Browse files
committed
no_std for pylib
1 parent c2cb32c commit f820a26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/pylib/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
//! common way to use this crate is to just add the `"freeze-stdlib"` feature to `rustpython-vm`,
33
//! in order to automatically include the python part of the standard library into the binary.
44
5+
#![no_std]
6+
57
// windows needs to read the symlink out of `Lib` as git turns it into a text file,
68
// so build.rs sets this env var
79
pub const LIB_PATH: &str = match option_env!("win_lib_path") {

0 commit comments

Comments
 (0)