From 6cebe3979a67dbbc778692571f8dbdeb33a8fecb Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 18 Dec 2022 17:04:12 +0800 Subject: find tbox --- configure | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 1a3942699..62b3b9d8f 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.3.1