Skip to content

fix(cmake): set macOS SDK sysroot for bundled clang++ linker#1

Merged
longdafeng merged 1 commit into
developfrom
fix/macos-cmake-sdk-sysroot
May 19, 2026
Merged

fix(cmake): set macOS SDK sysroot for bundled clang++ linker#1
longdafeng merged 1 commit into
developfrom
fix/macos-cmake-sdk-sysroot

Conversation

@longdafeng
Copy link
Copy Markdown
Owner

Bundled clang++ cannot link without an explicit SDK path on modern macOS where libc++ headers are not exposed under /usr/include.

Fixes oceanbase#776

Task Description

Solution Description

Passed Regressions

Upgrade Compatibility

Other Information

Release Note

Bundled clang++ cannot link without an explicit SDK path on modern
macOS where libc++ headers are not exposed under /usr/include.

Fixes oceanbase#776

Co-authored-by: Cursor <cursoragent@cursor.com>
@longdafeng longdafeng merged commit 9b66a13 into develop May 19, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: CMake fails on macOS arm64 - bundled clang++ link step killed during compiler test

1 participant