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: make libdivecomputer build cache architecture-aware
The build script's skip-if-built check only tested whether
libdivecomputer.a existed, not which architectures it contained.
A cached arm64-only library would cause linker failures when Xcode
requested a universal (arm64 + x86_64) build.
0 commit comments