aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 8f9c314..da81964 100644
--- a/makefile
+++ b/makefile
@@ -38,7 +38,7 @@ template
build_dirs := $(dirs) $(tr1_dirs) $(boost_dirs) $(qt_dirs) template
ifeq ($(cxx_standard),c++11)
-build_dirs += c++11
+build_dirs += $(cxx11_dirs)
endif
$(default): $(addprefix $(out_base)/,$(addsuffix /,$(build_dirs)))