Skip to content

Commit

Permalink
Add more "Build and Compile" tools (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello authored Oct 16, 2023
1 parent 43a6c97 commit 430d085
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions has
Original file line number Diff line number Diff line change
Expand Up @@ -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}" ;;
Expand Down

0 comments on commit 430d085

Please sign in to comment.