Skip to content

Commit d5f7e62

Browse files
Add open cl dll as temp fix for some deploys needing it
1 parent 2e01c8a commit d5f7e62

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

lib/OpenCL.dll

116 KB
Binary file not shown.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ def format_paths(paths, new_folder="lib"):
134134
os.path.join('gdalplugins', 'gdal_ECW_JP2ECW.dll')]
135135
extrafiles = [os.path.join(osgeobin, path) for path in utils]
136136
files += format_paths(extrafiles)
137+
files += format_paths(glob.glob(os.path.join("lib", "*.dll")), new_folder="lib\qgis")
137138

138139
files.append((os.path.join(pythonroot, "python3.dll"), "python3.dll"))
139140
files.append((r"src\plugins", "plugins"))

0 commit comments

Comments
 (0)