From 430d0854f25982d7afd8057e3076135a3bc9ad51 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Mon, 16 Oct 2023 14:34:16 +0800 Subject: [PATCH] Add more "Build and Compile" tools (#77) --- has | 1 + 1 file changed, 1 insertion(+) diff --git a/has b/has index 98e84eb..ee81bae 100755 --- a/has +++ b/has @@ -196,6 +196,7 @@ __detect(){ ## Build and Compile gcc|make|cmake|bats) __dynamic_detect--version "${command}" ;; + g++|clang|ccache) __dynamic_detect--version "${command}" ;; ninja) __dynamic_detect--version "${command}" ;; composer) __dynamic_detect-V "${command}" ;; pip|pip3|conda) __dynamic_detect-V "${command}" ;;