Skip to content

Commit

Permalink
fix pyinstaller issue
Browse files Browse the repository at this point in the history
  • Loading branch information
spderosso committed May 24, 2019
1 parent 9d1e289 commit b5e88c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gl.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import os

a = Analysis(['gl.py'],
pathex=[os.getcwd()],
# https://github.com/pyinstaller/pyinstaller/issues/3198
# remove this when dropping support for Python < 3.7
hiddenimports=['_sysconfigdata'],
hookspath=None,
runtime_hooks=None)

Expand Down

0 comments on commit b5e88c0

Please sign in to comment.