diff options
Diffstat (limited to 'common/blob')
-rw-r--r-- | common/blob/makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/blob/makefile b/common/blob/makefile index 7e0a789..5d1ac1c 100644 --- a/common/blob/makefile +++ b/common/blob/makefile @@ -98,7 +98,12 @@ $(call include,$(bld_root)/meta/vc9proj.make) $(call include,$(bld_root)/meta/vc10proj.make) $(call include,$(bld_root)/meta/automake.make) +$(call include,$(bld_root)/cxx/standard.make) # cxx_standard +ifdef cxx_standard +$(gen): odb_options += --std $(cxx_standard) $(call include,$(odb_rules)) +endif + $(call include,$(bld_root)/cxx/cxx-d.make) $(call include,$(bld_root)/cxx/cxx-o.make) $(call include,$(bld_root)/cxx/o-e.make) |