mirror of
https://github.com/aristocratos/btop.git
synced 2026-05-24 16:39:30 -04:00
also add g++13
This commit is contained in:
2
Makefile
2
Makefile
@@ -59,6 +59,8 @@ ifeq ($(CLANG_WORKS),false)
|
|||||||
#? Try to find a newer GCC version
|
#? Try to find a newer GCC version
|
||||||
ifeq ($(shell command -v g++-13 >/dev/null; echo $$?),0)
|
ifeq ($(shell command -v g++-13 >/dev/null; echo $$?),0)
|
||||||
CXX := g++-13
|
CXX := g++-13
|
||||||
|
else ifeq ($(shell command -v g++13 >/dev/null; echo $$?),0)
|
||||||
|
CXX := g++13
|
||||||
else ifeq ($(shell command -v g++-12 >/dev/null; echo $$?),0)
|
else ifeq ($(shell command -v g++-12 >/dev/null; echo $$?),0)
|
||||||
CXX := g++-12
|
CXX := g++-12
|
||||||
else ifeq ($(shell command -v g++12 >/dev/null; echo $$?),0)
|
else ifeq ($(shell command -v g++12 >/dev/null; echo $$?),0)
|
||||||
|
|||||||
Reference in New Issue
Block a user