Skip to content

Commit

Permalink
The Python installation for 'interop' needs another includes case
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Apr 5, 2024
1 parent 3a3564e commit a700a7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apis/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ def run(self):
INC_DIRS = [
"dist_links/libtiledbsoma/include",
"dist_links/libtiledbsoma/external/include",
"dist_links/libtiledbsoma/src/external/include",
"../../build/externals/install/include",
str(tiledbsoma_dir / "include"),
str(tiledbsoma_dir / "include/tiledbsoma"),
Expand Down

0 comments on commit a700a7f

Please sign in to comment.