Commit 5ba46de
committed
Fixed global module paths
The static Python can now import modules from the regular module
directories.
Please note that modules that contain C code will still not work, and
will never work, because these require `ld` to load their shared module,
which isn't something that can be done in static binaries.1 parent 247538e commit 5ba46de
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
| |||
0 commit comments