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
build-cpython-ghuser-components now runs the componentizer as a direct subprocess (using sys.executable) instead of through a shell, and on macOS forces the Mono runtime and adds the Homebrew library directories to DYLD_LIBRARY_PATH. This makes the task work on macOS (and Linux) without Rhino/Windows — previously the embedded Mono could not find libgdiplus to embed component icons, and macOS SIP stripped DYLD_* across the shell ctx.run used.