Skip to content

Commit 1ed7e4e

Browse files
authored
Merge pull request #69 from polarvid/patch-1
feat: default to build dynamic APPs
2 parents 31ae474 + 3874fb5 commit 1ed7e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
44

55
export XMAKE_RCFILES=${script_dir}/tools/scripts/xmake.lua
6-
export RT_XMAKE_LINK_TYPE="static"
6+
export RT_XMAKE_LINK_TYPE="shared"
77

88

99
# Check whether unzip is installed.

0 commit comments

Comments
 (0)