diff options
Diffstat (limited to 'boost/makefile')
-rw-r--r-- | boost/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/makefile b/boost/makefile index 4bb2793..9b9a25c 100644 --- a/boost/makefile +++ b/boost/makefile @@ -10,6 +10,8 @@ dirs := common ifeq ($(db_id),mysql) dirs += mysql +else ifeq ($(db_id),oracle) +dirs += oracle else ifeq ($(db_id),sqlite) dirs += sqlite else ifeq ($(db_id),pgsql) |