From 6351e96c41196a43e51481d3a3fd374ac960bcb8 Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Thu, 4 Apr 2024 14:48:54 -0500 Subject: [PATCH] Adjusting Python too, once more --- apis/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/python/setup.py b/apis/python/setup.py index 086b5c1136..12b1f896df 100644 --- a/apis/python/setup.py +++ b/apis/python/setup.py @@ -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"),