Commit fd75d43e authored by Ehsan Azarnasab's avatar Ehsan Azarnasab

simplify logic

parent d1bafb5a
...@@ -98,8 +98,7 @@ def _get_options(): ...@@ -98,8 +98,7 @@ def _get_options():
_cmake_config = 'Debug' _cmake_config = 'Debug'
elif opt == 'release': elif opt == 'release':
_cmake_config = 'Release' _cmake_config = 'Release'
elif opt in ['debug', 'release', elif opt in ['repackage']:
'repackage']:
_options.append(opt) _options.append(opt)
else: else:
custom_arg = False custom_arg = False
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment