mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-22 09:35:08 -07:00
enable ldd linker on linux
This commit is contained in:
parent
ae37762ee1
commit
c7c4c8bf0f
10 changed files with 18 additions and 1 deletions
3
.github/workflows/desktop-build.yml
vendored
3
.github/workflows/desktop-build.yml
vendored
|
|
@ -180,7 +180,7 @@ jobs:
|
|||
run: |
|
||||
source .ci/docker.sh
|
||||
RUN --server --debug --test --ccache "$CCACHE_SIZE" \
|
||||
--cmake-generator "$CMAKE_GENERATOR"
|
||||
--cmake-generator "$CMAKE_GENERATOR" --lld
|
||||
|
||||
- name: "Build release package"
|
||||
id: build
|
||||
|
|
@ -198,6 +198,7 @@ jobs:
|
|||
args+=(--ccache "$CCACHE_SIZE")
|
||||
args+=(--cmake-generator "$CMAKE_GENERATOR")
|
||||
args+=(--suffix "$SUFFIX")
|
||||
args+=(--lld)
|
||||
|
||||
RUN --server --release --package "$package" "${args[@]}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue