summaryrefslogtreecommitdiff
path: root/src/build/xcframework.zig
AgeCommit message (Collapse)Author
2025-10-01build: isolate XCFramework.Target so runtime code doesn't depend on itMitchell Hashimoto
This fixes the lazyImport importing outside of the build root. The build root for the build binary is always the root `build.zig` (which we want), but our `src/build_config.zig` transitively imported SharedDeps which led to issues.