squishy: Add support for optionally building with bundled verse

Tue, 11 Sep 2018 20:59:11 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 11 Sep 2018 20:59:11 +0100
changeset 121
b09433ea9b0c
parent 120
c35386e4b456
child 122
709d5bb0acb4

squishy: Add support for optionally building with bundled verse

squishy file | annotate | diff | comparison | revisions
--- a/squishy	Mon Sep 10 14:56:55 2018 +0100
+++ b/squishy	Tue Sep 11 20:59:11 2018 +0100
@@ -14,3 +14,6 @@
 Module "scansion.console"
 Module "scansion.pretty"
 
+if GetOption "with-verse" then
+	Module "verse"
+end

mercurial