diff options
Diffstat (limited to 'mysql')
-rw-r--r-- | mysql/types/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql/types/makefile b/mysql/types/makefile index bf23a69..c7c8742 100644 --- a/mysql/types/makefile +++ b/mysql/types/makefile @@ -41,7 +41,7 @@ gen := $(addprefix $(out_base)/,$(genf)) $(gen): $(odb) $(gen): odb := $(odb) $(gen): odb_options += --database $(db_id) --generate-schema \ ---cxx-prologue '\\\#include "traits.hxx"' +--generate-query --cxx-prologue '\\\#include "traits.hxx"' $(gen): cpp_options := -I$(out_base) $(gen): $(common.l.cpp-options) |