Skip to content

Commit 5f53de8

Browse files
committed
test
1 parent 51fda7b commit 5f53de8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
export XMAKE_ROOT=y # Only need to use "--root" in CI
5454
xmake --version
5555
source env.sh
56-
export RT_XMAKE_LINK_TYPE="static"
56+
5757
pushd apps
5858
xmake f -a ${{ matrix.arch }} -vyD
5959
xmake -j$(nproc) -vyD

repo/packages/s/sdl2_image/xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ do
8787
table.insert(configs, "--enable-shared=no")
8888
table.insert(configs, "--enable-static=yes")
8989
end
90-
90+
table.insert(configs, "--enable-static=yes")
9191
table.insert(configs, "--enable-jpg-shared=no")
9292
table.insert(configs, "--enable-png-shared=no")
9393
table.insert(configs, "--enable-tif-shared=no")

0 commit comments

Comments
 (0)