Support build variable setting during bootstrap
This commit is contained in:
parent
58b391cb77
commit
d07e40b415
2 changed files with 4 additions and 2 deletions
|
@ -27,7 +27,7 @@ def main():
|
|||
def parse_args():
|
||||
parser = argparse.ArgumentParser(description='Update build configurations')
|
||||
parser.add_argument('--defines', default='',
|
||||
help='The definetions passed to gyp')
|
||||
help='The build variables passed to gyp')
|
||||
parser.add_argument('--msvs', action='store_true',
|
||||
help='Generate Visual Studio project')
|
||||
return parser.parse_args()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue