changed: Makefile

git-svn-id: svn://ttmath.org/publicrep/winix/trunk@1023 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
Tomasz Sowa 2016-02-01 11:12:54 +00:00
parent f15da4d049
commit 4fafd2a478
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
include Makefile.dep
ifeq ($(CXX), g++)
CXX = g++-4.8
endif
ifndef CXX
ifeq ($(OSTYPE), FreeBSD)
CXX = clang++