mirror of
https://github.com/aap/librw.git
synced 2025-12-21 18:09:57 +00:00
cmake+nx: make binary tarball relocatable
This commit is contained in:
committed by
Adrian Graber
parent
03df7307bb
commit
44a619a6e6
2
.github/workflows/build-switch.yml
vendored
2
.github/workflows/build-switch.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
- name: "Build files"
|
||||
run: |
|
||||
/opt/devkitpro/portlibs/switch/bin/aarch64-none-elf-cmake -S. -Bbuild .. -DLIBRW_PLATFORM=GL3 -DLIBRW_GL3_GFXLIB=GLFW -DLIBRW_INSTALL=True
|
||||
cmake --build build -j
|
||||
cmake --build build --parallel
|
||||
- name: "Create binary package (cpack)"
|
||||
working-directory: ./build
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user