mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 15:10:49 +00:00
cmake: use *_STATIC_* variables when linking to a static ffmpeg
This commit is contained in:
parent
88f2fb9dcf
commit
ebf5e08fa1
4 changed files with 86 additions and 100 deletions
5
.github/workflows/vita.yml
vendored
5
.github/workflows/vita.yml
vendored
|
|
@ -87,6 +87,11 @@ jobs:
|
|||
run: |
|
||||
cp -rv /vita/dependencies/* ${VITASDK}/arm-vita-eabi
|
||||
|
||||
- name: Fix vita.toolchain.cmake
|
||||
run: |
|
||||
# cache PKG_CONFIG_PATH
|
||||
sed -i -E 's/set\( PKG_CONFIG_EXECUTABLE "\$\{VITASDK}\/bin\/arm-vita-eabi-pkg-config" )/set( PKG_CONFIG_EXECUTABLE "${VITASDK}\/bin\/arm-vita-eabi-pkg-config" CACHE PATH "Path of pkg-config executable" )/' ${VITASDK}/share/vita.toolchain.cmake
|
||||
|
||||
- name: Configure (CMake)
|
||||
run: |
|
||||
cmake -S . -B build -G Ninja \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue