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
Copy file name to clipboardExpand all lines: src/SPC/toolchain/ToolchainManager.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ public static function afterInitToolchain(): void
55
55
thrownewRuntimeException('You are linking against musl libc dynamically, but musl libc is not installed. Please install it with `sudo dnf install musl-libc` or `sudo apt install musl`');
56
56
}
57
57
if (SPCTarget::getLibc() === 'glibc' && SystemUtil::isMuslDist()) {
58
-
thrownewRuntimeException('You are linking against glibc libc dynamically, which is only supported on glibc distros.');
58
+
thrownewRuntimeException('You are linking against glibc dynamically, which is only supported on musl distros.');
0 commit comments