Skip to content

Instantly share code, notes, and snippets.

@rcombs
Created January 17, 2015 12:51
Show Gist options
  • Save rcombs/cc4e6a735fef7e5db719 to your computer and use it in GitHub Desktop.
Save rcombs/cc4e6a735fef7e5db719 to your computer and use it in GitHub Desktop.
diff --git a/wscript b/wscript
index d754199..1e79282 100644
--- a/wscript
+++ b/wscript
@@ -279,6 +279,9 @@ iconv support use --disable-iconv.",
'name' : '--lua',
'desc' : 'Lua',
'func': check_lua,
+ 'req': True,
+ 'fmsg': "Unable to find development files for lua. Aborting. \
+If you really mean to compile without lua support use --disable-lua."
}, {
'name': '--libass',
'desc': 'SSA/ASS support',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment