Set up working AMBuild

This commit is contained in:
nosoop
2019-11-07 23:39:38 -08:00
parent 06e150384d
commit f459e8de68
3 changed files with 18 additions and 218 deletions
-3
View File
@@ -16,8 +16,5 @@ builder.options.add_option('--enable-debug', action='store_const', const='1', de
help='Enable debugging symbols')
builder.options.add_option('--enable-optimize', action='store_const', const='1', dest='opt',
help='Enable optimization')
builder.options.add_option('-s', '--sdks', default='all', dest='sdks',
help='Build against specified SDKs; valid args are "all", "present", or '
'comma-delimited list of engine names (default: %default)')
builder.Configure()