aboutsummaryrefslogtreecommitdiff
path: root/mysql/types/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mysql/types/makefile')
-rw-r--r--mysql/types/makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql/types/makefile b/mysql/types/makefile
index 112af70..0770d8b 100644
--- a/mysql/types/makefile
+++ b/mysql/types/makefile
@@ -34,9 +34,9 @@ gen := $(addprefix $(out_base)/,$(genf))
$(gen): $(odb)
$(gen): odb := $(odb)
-$(gen) $(dist): export odb_options += --database mysql --generate-schema \
---generate-query --hxx-prologue '\#include "traits.hxx"' \
---table-prefix mysql_types_
+$(gen) $(dist): export odb_options += --database mysql --default-database \
+common --generate-schema --generate-query --hxx-prologue \
+'\#include "traits.hxx"' --table-prefix mysql_types_
$(gen): cpp_options := -I$(src_base)
$(gen): $(common.l.cpp-options)