You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Configure CGO_CFLAGS with SDK root and clang builtin headers
- Set MACOSX_DEPLOYMENT_TARGET to 13.0 for binary compatibility
- Add DYLD_LIBRARY_PATH for macOS dynamic library resolution
- Pin to llvmPackages_18 for consistency across platforms
Fixes CGO compilation errors on macOS where stdarg.h and other
compiler builtin headers were not found during build.
Signed-off-by: Martin Wimpress <martin@wimpress.org>
0 commit comments