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 5320621 commit 5e08573Copy full SHA for 5e08573
runtime/druntime/test/exceptions/Makefile
@@ -5,7 +5,7 @@ endif
5
6
ifeq ($(OS),linux)
7
# FIXME: detect musl libc robustly; just checking Alpine Linux' apk tool for now
8
- ifeq (1,$(shell which apk &>/dev/null && echo 1))
+ ifeq (1,$(shell command -v apk &>/dev/null && echo 1))
9
$(warning ~~~ musl detected)
10
IS_MUSL:=1
11
else
0 commit comments