We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51fda7b commit 5f53de8Copy full SHA for 5f53de8
2 files changed
.github/workflows/build.yml
@@ -53,7 +53,7 @@ jobs:
53
export XMAKE_ROOT=y # Only need to use "--root" in CI
54
xmake --version
55
source env.sh
56
- export RT_XMAKE_LINK_TYPE="static"
+
57
pushd apps
58
xmake f -a ${{ matrix.arch }} -vyD
59
xmake -j$(nproc) -vyD
repo/packages/s/sdl2_image/xmake.lua
@@ -87,7 +87,7 @@ do
87
table.insert(configs, "--enable-shared=no")
88
table.insert(configs, "--enable-static=yes")
89
end
90
-
+ table.insert(configs, "--enable-static=yes")
91
table.insert(configs, "--enable-jpg-shared=no")
92
table.insert(configs, "--enable-png-shared=no")
93
table.insert(configs, "--enable-tif-shared=no")
0 commit comments