Skip to content

Commit

Permalink
Add open cl dll as temp fix for some deploys needing it
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanw-chartis committed Sep 24, 2020
1 parent 2e01c8a commit d5f7e62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added lib/OpenCL.dll
Binary file not shown.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def format_paths(paths, new_folder="lib"):
os.path.join('gdalplugins', 'gdal_ECW_JP2ECW.dll')]
extrafiles = [os.path.join(osgeobin, path) for path in utils]
files += format_paths(extrafiles)
files += format_paths(glob.glob(os.path.join("lib", "*.dll")), new_folder="lib\qgis")

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

0 comments on commit d5f7e62

Please sign in to comment.