Skip to content

Commit 2e2cdf6

Browse files
committed
Another small change to try to fix OCP inclusion on Windows
1 parent b2c8bee commit 2e2cdf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cq-cli_pyinstaller.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ elif sys.platform == 'darwin':
2222
lib_dir = (os.path.join(Path(sys.prefix), 'lib'), '.')
2323
elif sys.platform == 'win32':
2424
occt_dir = os.path.join(Path(sys.prefix), 'Library', 'share', 'opencascade')
25-
ocp_path = (os.path.join(HOMEPATH, 'OCP.cp38-win_amd64.pyd'), '.')
25+
ocp_path = (os.path.join(HOMEPATH, 'OCP.cp38-win_amd64.pyd'), 'OCP')
2626
lib_dir = (os.path.join(Path(sys.prefix), 'Lib'), '.')
2727

2828
# Dynamically find all the modules in the cqcodecs directory

0 commit comments

Comments
 (0)