Created
January 17, 2015 12:51
-
-
Save rcombs/cc4e6a735fef7e5db719 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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