We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da97e0a commit d870931Copy full SHA for d870931
GNUmakefile
@@ -31,7 +31,7 @@ endif
31
ifeq ($(_SYS),Linux)
32
LINUX := 1
33
TCCOS := linux
34
-ifneq ($(shell ldd /bin/ls | grep musl),)
+ifneq ($(shell ldd --version 2>&1 | grep -i musl),)
35
TCCOS := linuxmusl
36
endif
37
0 commit comments