summaryrefslogtreecommitdiff
path: root/odb/odb.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/odb.cxx')
-rw-r--r--odb/odb.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/odb.cxx b/odb/odb.cxx
index 1f8d516..3ee2eb5 100644
--- a/odb/odb.cxx
+++ b/odb/odb.cxx
@@ -52,7 +52,7 @@ main (int argc, char* argv[])
args.push_back ("-x");
args.push_back ("c++");
args.push_back ("-S");
- args.push_back ("-DODB_PLUGIN");
+ args.push_back ("-DODB_COMPILER");
args.push_back ("-fplugin=" + plugin);
for (int i = 1; i < argc; ++i)