Skip to content

Commit

Permalink
Merge pull request #69 from polarvid/patch-1
Browse files Browse the repository at this point in the history
feat: default to build dynamic APPs
  • Loading branch information
BernardXiong authored Dec 24, 2024
2 parents 31ae474 + 3874fb5 commit 1ed7e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1ed7e4e

Please sign in to comment.