- Notifications
You must be signed in to change notification settings - Fork1.3k
Open
Description
Since the symlink is non-functional on windows.
The following works as a patch for me:
#[cfg(feature ="freeze-stdlib")]pubconstFROZEN_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.