summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta.lua b/meta.lua
index 9a2119a..8860f4c 100644
--- a/meta.lua
+++ b/meta.lua
@@ -2,5 +2,6 @@ return {
2 ["image-clang64"] = { 2 ["image-clang64"] = {
3 requires = {}, 3 requires = {},
4 produces = {}, 4 produces = {},
5 export = true,
5 } 6 }
6} 7}