# HG changeset patch # User Matthew Wild # Date 1536695951 -3600 # Node ID b09433ea9b0c5a1a2b5f4dfbb60069fd283ce0c2 # Parent c35386e4b456fbdf8e3fff2454bae82d661f90a0 squishy: Add support for optionally building with bundled verse diff -r c35386e4b456 -r b09433ea9b0c squishy --- 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