|
|
@ -588,6 +588,7 @@ _DARWIN_VERSIONS_KW: KwargInfo[T.List[T.Union[str, int]]] = KwargInfo( |
|
|
|
# Arguments exclusive to Executable. These are separated to make integrating |
|
|
|
# Arguments exclusive to Executable. These are separated to make integrating |
|
|
|
# them into build_target easier |
|
|
|
# them into build_target easier |
|
|
|
_EXCLUSIVE_EXECUTABLE_KWS: T.List[KwargInfo] = [ |
|
|
|
_EXCLUSIVE_EXECUTABLE_KWS: T.List[KwargInfo] = [ |
|
|
|
|
|
|
|
KwargInfo('export_dynamic', bool, default=False, since='0.45.0'), |
|
|
|
KwargInfo('gui_app', (bool, NoneType), deprecated='0.56.0', deprecated_message="Use 'win_subsystem' instead"), |
|
|
|
KwargInfo('gui_app', (bool, NoneType), deprecated='0.56.0', deprecated_message="Use 'win_subsystem' instead"), |
|
|
|
KwargInfo( |
|
|
|
KwargInfo( |
|
|
|
'win_subsystem', |
|
|
|
'win_subsystem', |
|
|
|