We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d7cd5 commit 13ee6f9Copy full SHA for 13ee6f9
src/portable_python/builder/__init__.py
@@ -105,7 +105,7 @@ def fix_lib_permissions(libs, mode=0o644):
105
if path.name.endswith((".a", ".la")):
106
current = path.stat().st_mode & 0o777
107
if current != mode:
108
- path.lchmod(mode)
+ path.chmod(mode)
109
110
@property
111
def is_linux(self):
0 commit comments