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
fix: use _NSGetExecutablePath on macOS (no /proc/self/exe)
macOS doesn't have /proc/self/exe. Use _NSGetExecutablePath from
mach-o/dyld.h to resolve the binary's absolute path. This fixes:
- build.ninja mcpp= variable (needed for dyndep)
- MCPP_HOME auto-detection from binary location
0 commit comments