Skip to content

Commit

Permalink
Install libclang
Browse files Browse the repository at this point in the history
  • Loading branch information
antarcticrainforest committed Jul 22, 2024
1 parent d7c8ad2 commit cddb590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyinstaller/pre-win.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
]
)
content = content.replace(
"import ctypes.util", "ctypes.util\nimport wcwidth"
)
"import ctypes.util", "import ctypes.util\nimport wcwidth"
).replace("_LIBC", "wcwidth")
display.write_text(content, encoding="utf-8")
else:
import PyInstaller.depend.bindepend
Expand Down

0 comments on commit cddb590

Please sign in to comment.