Skip to content

Commit

Permalink
Adjusting Python too, once more
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Apr 4, 2024
1 parent dfd48db commit 6351e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,9 @@ def run(self):
INC_DIRS = [
"dist_links/libtiledbsoma/include",
"dist_links/libtiledbsoma/external/include",
"dist_links/libtiledbsoma/external/include/tiledbsoma",
"../../build/externals/install/include",
str(tiledbsoma_dir / "include"),
str(tiledbsoma_dir / "include/tiledbsoma"),
str(tiledbsoma_dir.parent / "build/externals/install/include"),
str(tiledbsoma_dir / "include"),
str(tiledb_dir / "include"),
Expand Down

0 comments on commit 6351e96

Please sign in to comment.