mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-09 03:19:35 +00:00
Pass convenience options to Make invoked via CMake
Can't pass them to plain Make invocations, because we try to be compatible with macOS' old Make.
This commit is contained in:
@@ -61,7 +61,7 @@ jobs:
|
||||
- name: Build binaries
|
||||
run: |
|
||||
cmake -S . -B build --preset macos-static -DFETCHCONTENT_BASE_DIR="${{ env.DEPS_ROOT_DIR }}"
|
||||
cmake --build build
|
||||
cmake --build build -- --output-sync --keep-going
|
||||
strip rgb{asm,link,fix,gfx}
|
||||
env:
|
||||
LDFLAGS: -fuse-ld=lld # cmake/macos-static.cmake comments explain why we use lld.
|
||||
|
||||
Reference in New Issue
Block a user