Add more "Build and Compile" tools (#77)

This commit is contained in:
Peter Dave Hello 2023-10-16 14:34:16 +08:00 committed by GitHub
parent 43a6c97bcd
commit 430d0854f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
has
View File

@ -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}" ;;