diff options
| author | ruki <[email protected]> | 2022-12-18 17:04:12 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-12-18 17:04:12 +0800 |
| commit | 6cebe3979a67dbbc778692571f8dbdeb33a8fecb (patch) | |
| tree | 0b29b3a5c507383ddf7a6b258355775b6fca4843 /configure | |
| parent | a10348c895d6591d52ac557ef4b57e3a11f8298b (diff) | |
find tbox
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1139,8 +1139,7 @@ add_cfuncs() { if ! ${_loading_options}; then return fi - local cfuncs="${1}" - _add_option_item "${_xmake_sh_option_current}" "cfuncs" "${cfuncs}" + _add_option_item "${_xmake_sh_option_current}" "cfuncs" "${@}" } # add cxxfuncs in option @@ -1148,8 +1147,7 @@ add_cxxfuncs() { if ! ${_loading_options}; then return fi - local cxxfuncs="${1}" - _add_option_item "${_xmake_sh_option_current}" "cxxfuncs" "${cxxfuncs}" + _add_option_item "${_xmake_sh_option_current}" "cxxfuncs" "${@}" } # add cincludes in option |
