if CXX is defined then use it on OpenSBD

update-fork
MITSUNARI Shigeo 4 years ago
parent b575c9c188
commit 793ef212c9
  1. 2
      common.mk

@ -25,7 +25,7 @@ else
endif
ifeq ($(UNAME_S),OpenBSD)
OS=openbsd
CXX=clang++
CXX?=clang++
CFLAGS+=-I/usr/local/include
LDFLAGS+=-L/usr/local/lib
endif

Loading…
Cancel
Save