-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
A-packagingAbout the packaging of RustPython cratesAbout the packaging of RustPython cratesC-bugSomething isn't workingSomething isn't working
Description
Since the symlink is non-functional on windows.
The following works as a patch for me:
#[cfg(feature = "freeze-stdlib")]
pub const FROZEN_STDLIB: &rustpython_compiler_core::frozen::FrozenLib =
rustpython_derive::py_freeze!(dir = "../Lib", crate_name = "rustpython_compiler_core");
I don't know if there are unintended consequences however.
Metadata
Metadata
Assignees
Labels
A-packagingAbout the packaging of RustPython cratesAbout the packaging of RustPython cratesC-bugSomething isn't workingSomething isn't working