зеркало из https://github.com/mozilla/kaldi.git
sandbox/sail: Reverted the conditional variable assignments in tools/Makefile since make was implicitly picking up builtin variables.
git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/sail@3717 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
This commit is contained in:
Родитель
013da2b063
Коммит
637ea131e2
|
@ -1,8 +1,6 @@
|
|||
# SHELL += -x
|
||||
|
||||
CXX ?= g++
|
||||
CXXFLAGS ?=
|
||||
LDFLAGS ?=
|
||||
CXX = g++
|
||||
|
||||
# On Mac OS 10.9, g++ is actually clang in disguise which by default uses the
|
||||
# new c++ standard library libc++. Since openfst uses stuff from the tr1
|
||||
|
@ -12,7 +10,7 @@ ifeq ($(findstring clang,$(COMPILER)),clang)
|
|||
CXXFLAGS += -stdlib=libstdc++
|
||||
LDFLAGS += -stdlib=libstdc++
|
||||
endif
|
||||
|
||||
|
||||
all: check_required_programs sph2pipe atlas irstlm_tgt sclite_tgt openfst_tgt
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче