Skip to content

Commit

Permalink
Include arm64 Cppia binary for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Aug 31, 2024
1 parent 0f8efdd commit d4fff78
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,13 @@ jobs:
run: |
cd project
haxe compile-cppia.hxml -D HXCPP_M64
- name: Build Cppia Arm64
if: startsWith(matrix.os,'macos')
run: |
cd project
haxe compile-cppia.hxml -D HXCPP_ARM64
- name: Clean Project
if: startsWith(matrix.os,'ubuntu')
run: |
Expand Down Expand Up @@ -88,6 +94,7 @@ jobs:
name: mac-64
path: |
bin/Mac64/Cppia
bin/MacArm64/Cppia
Release:
needs: Package
Expand Down
9 changes: 0 additions & 9 deletions project/compile-cppia-arm64.hxml

This file was deleted.

1 change: 0 additions & 1 deletion project/compile-cppia.hxml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
-D dll_export=
-dce no
-cpp cppia_bin
-D HXCPP_M64
-D HXCPP_CATCH_SEGV
-D hxcpp_smart_strings
-D destination=../../bin/{BINDIR}/Cppia{EXESUFFIX}

0 comments on commit d4fff78

Please sign in to comment.