Skip to content

Commit 0ed45c6

Browse files
committed
Include arm64 Cppia binary for mac
1 parent 08f88ff commit 0ed45c6

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

.github/workflows/package.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,13 @@ jobs:
4141
run: |
4242
cd project
4343
haxe compile-cppia.hxml -D HXCPP_M64
44-
44+
45+
- name: Build Cppia Arm64
46+
if: startsWith(matrix.os,'macos')
47+
run: |
48+
cd project
49+
haxe compile-cppia.hxml -D HXCPP_ARM64
50+
4551
- name: Clean Project
4652
if: startsWith(matrix.os,'ubuntu')
4753
run: |
@@ -88,6 +94,7 @@ jobs:
8894
name: mac-64
8995
path: |
9096
bin/Mac64/Cppia
97+
bin/MacArm64/Cppia
9198
9299
Release:
93100
needs: Package

project/compile-cppia-arm64.hxml

Lines changed: 0 additions & 9 deletions
This file was deleted.

project/compile-cppia.hxml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
-D dll_export=
44
-dce no
55
-cpp cppia_bin
6-
-D HXCPP_M64
76
-D HXCPP_CATCH_SEGV
87
-D hxcpp_smart_strings
98
-D destination=../../bin/{BINDIR}/Cppia{EXESUFFIX}

0 commit comments

Comments
 (0)