Skip to content

Commit

Permalink
Bump min macos version (Remove commit after merging 3361)
Browse files Browse the repository at this point in the history
  • Loading branch information
XanthosXanthopoulos committed Dec 11, 2024
1 parent bae31d2 commit 25a5426
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 @@ -253,7 +253,7 @@ def run(self):
CXX_FLAGS.append(f'-Wl,-rpath,{str(tiledb_dir / "lib")}')

if sys.platform == "darwin":
CXX_FLAGS.append("-mmacosx-version-min=11.0")
CXX_FLAGS.append("-mmacosx-version-min=13.3")

if os.name == "posix" and sys.platform != "darwin":
LIB_DIRS.append(str(tiledbsoma_dir / "lib" / "x86_64-linux-gnu"))
Expand Down

0 comments on commit 25a5426

Please sign in to comment.