aboutsummaryrefslogtreecommitdiff
path: root/bdep/new.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/new.cxx')
-rw-r--r--bdep/new.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/bdep/new.cxx b/bdep/new.cxx
index dc86b72..2287431 100644
--- a/bdep/new.cxx
+++ b/bdep/new.cxx
@@ -1105,6 +1105,10 @@ namespace bdep
//
mk (prj / bdep_dir);
+ // Initialize tmp directory.
+ //
+ init_tmp (prj);
+
// Everything else requires a database.
//
database db (open (prj, trace, true /* create */));