Skip to content

Commit

Permalink
Fix CI fails
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Nov 8, 2023
1 parent 5ec23e7 commit 8a95564
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/install_libspatialindex.bat
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ninja

mkdir %~dp0\..\rtree\lib
copy bin\*.dll %~dp0\..\rtree\lib
copy ..\/include/* %~dp0\..\rtree\include
copy ..\include\* %~dp0\..\rtree\include
rmdir /Q /S bin

dir %~dp0\..\rtree\
Expand Down
1 change: 1 addition & 0 deletions rtree/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def free_error_msg_ptr(result, func, cargs):

def get_include():
import rtree

return os.path.join(os.path.dirname(rtree.__file__), "include")


Expand Down

0 comments on commit 8a95564

Please sign in to comment.