We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6954ae3 commit dcd5625Copy full SHA for dcd5625
2 files changed
.github/workflows/build.yml
@@ -47,6 +47,7 @@ jobs:
47
- name: 👷 build
48
shell: bash
49
run: |
50
+ export XMAKE_ROOT=y # Only need to use "--root" in CI
51
xmake --version
52
source env.sh
53
pushd apps
apps/player/xmake.lua
@@ -6,6 +6,7 @@ add_requires("ffmpeg")
6
7
target("player")
8
do
9
+ set_kind("static")
10
add_files("*.c")
11
add_packages("sdl2")
12
add_packages("sdl2_image")
0 commit comments