Skip to content

Commit 091e777

Browse files
authored
Merge pull request RustPython#2047 from youknowone/windows-note
Windows build note for failing part
2 parents f6a08b8 + 2dbab05 commit 091e777

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vm/src/frozen.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ pub fn get_module_inits() -> HashMap<String, FrozenModule> {
1818
// Python modules that the vm calls into, but are not actually part of the stdlib. They could
1919
// in theory be implemented in Rust, but are easiest to do in Python for one reason or another.
2020
// Includes _importlib_bootstrap and _importlib_bootstrap_external
21+
// For Windows: did you forget to run `powershell scripts\symlinks-to-hardlinks.ps1`?
2122
ext_modules!(dir = "Lib/python_builtins/");
2223

2324
#[cfg(not(feature = "freeze-stdlib"))]

0 commit comments

Comments
 (0)