cmake: prefer system libraries (#216)

This commit is contained in:
Alexandre Bouvier
2024-06-27 12:46:55 +02:00
committed by GitHub
parent f522948df8
commit f5541e3c3d
8 changed files with 147 additions and 65 deletions

View File

@@ -39,7 +39,6 @@ jobs:
name: shadps4-ubuntu64
path: |
${{github.workspace}}/build/shadps4
${{github.workspace}}/build/libSDL3.so.0.0.0
- name: Run AppImage packaging script
run: ./.github/linux-appimage-sdl.sh

View File

@@ -44,8 +44,6 @@ jobs:
run: |
mkdir upload
move build/Release/shadPS4.exe upload
move build/Release/zlib-ng2.dll upload
move build/Release/SDL3.dll upload
windeployqt --dir upload upload/shadPS4.exe
- name: Upload executable

View File

@@ -38,4 +38,3 @@ jobs:
# A file, directory or wildcard pattern that describes what to upload
path: |
${{github.workspace}}/build/Release/shadPS4.exe
${{github.workspace}}/build/Release/SDL3.dll