1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-31 02:35:46 +01:00

Try setting rpath on binary during compile (#10957)

This commit is contained in:
Ted John
2020-03-18 09:39:42 +00:00
committed by GitHub
parent a56a3fb804
commit 091eaf8ba2
2 changed files with 6 additions and 3 deletions

View File

@@ -171,9 +171,7 @@ jobs:
run: . scripts/setenv -q && get-discord-rpc
- name: Build OpenRCT2
shell: bash
env:
DESTDIR: AppDir
run: . scripts/setenv -q && build -DCMAKE_BUILD_TYPE=Release
run: . scripts/setenv -q && build -DCMAKE_BUILD_TYPE=Release -DAPPIMAGE=ON
- name: Build AppImage
shell: bash
run: . scripts/setenv -q && build-appimage