diff options
Diffstat (limited to 'libbuild2/prerequisite.cxx')
-rw-r--r-- | libbuild2/prerequisite.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libbuild2/prerequisite.cxx b/libbuild2/prerequisite.cxx index bb77c9e..ec18665 100644 --- a/libbuild2/prerequisite.cxx +++ b/libbuild2/prerequisite.cxx @@ -91,4 +91,8 @@ namespace build2 return r; } + + // prerequisites + // + const prerequisites empty_prerequisites; } |