Skip to content

Commit

Permalink
adds linux arm64 (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-1amstudios committed Jun 14, 2024
1 parent 6acb890 commit 32e9e62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
run: |
cmake -B build -GNinja \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_TOOLCHAIN_FILE=${{ matrix.platform.cmake-toolchain-file }} \
${{ matrix.platform.cmake-args }}
- name: 'Build (CMake)'
run: |
Expand Down
4 changes: 4 additions & 0 deletions cmake/linux-aarch64.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
set(CMAKE_SYSTEM_NAME "Linux")
set(CMAKE_SYSTEM_PROCESSOR "arm64")
set(CMAKE_C_COMPILER "aarch64-linux-gnu-gcc")
set(CMAKE_CXX_COMPILER "aarch64-linux-gnu-g++")

0 comments on commit 32e9e62

Please sign in to comment.