diff --git a/env.sh b/env.sh index de99025..eb2a5dd 100644 --- a/env.sh +++ b/env.sh @@ -3,7 +3,7 @@ script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" export XMAKE_RCFILES=${script_dir}/tools/scripts/xmake.lua -export RT_XMAKE_LINK_TYPE="static" +export RT_XMAKE_LINK_TYPE="shared" # Check whether unzip is installed.