Skip to content

Commit dcd5625

Browse files
committed
123
1 parent 6954ae3 commit dcd5625

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
- name: 👷 build
4848
shell: bash
4949
run: |
50+
export XMAKE_ROOT=y # Only need to use "--root" in CI
5051
xmake --version
5152
source env.sh
5253
pushd apps

apps/player/xmake.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ add_requires("ffmpeg")
66

77
target("player")
88
do
9+
set_kind("static")
910
add_files("*.c")
1011
add_packages("sdl2")
1112
add_packages("sdl2_image")

0 commit comments

Comments
 (0)