-
-
Save azbesthu/8283115 to your computer and use it in GitHub Desktop.
This file contains 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/tools/buildscripts/repack_locales.py b/tools/buildscripts/repack_locales.py | |
index 51edb54..360ef37 100755 | |
--- a/tools/buildscripts/repack_locales.py | |
+++ b/tools/buildscripts/repack_locales.py | |
@@ -162,6 +162,10 @@ def DoMain(argv): | |
help="Print the expected output file list, then exit.") | |
parser.add_option("-x", action="store", dest="int_dir", | |
help="Intermediate build files output directory.") | |
+ parser.add_option("-g", action="store", dest="grit_dir", | |
+ help="Placeholder for unused option.") | |
+ parser.add_option("-b", action="store", dest="grit_dir", | |
+ help="Placeholder for unused option.") | |
parser.add_option("-s", action="store", dest="share_int_dir", | |
help="Shared intermediate build files output directory.") | |
parser.add_option("-e", action="append", dest="extra_input", default=[], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment