always use gcc g++

pull/4502/head
Miro Stauder 2 years ago
parent 5e8b518f4d
commit 95f15e8a64

@ -66,6 +66,9 @@ ifeq ($(OS),Linux)
endif
ifneq (,$(findstring $(OS),Darwin FreeBSD))
NPROCS := $(shell sysctl -n hw.ncpu)
LEGACY_BUILD := 1
export CC=gcc
export CXX=g++
endif
export MAKEOPT := -j${NPROCS}

Loading…
Cancel
Save