Skip to content

Commit a6e5206

Browse files
authored
Add x86_64 and arm64 build targets for macOS (#246)
1 parent a247934 commit a6e5206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
run: |
129129
mkdir build
130130
cd build
131-
cmake -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/llvm-mos -DMESEN_COMMAND=${{ env.MESEN_DIR }}/mesen -G "Ninja" ..
131+
cmake -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/llvm-mos -DMESEN_COMMAND=${{ env.MESEN_DIR }}/mesen -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" -G "Ninja" ..
132132
ninja install
133133
134134
- name: Test the SDK.

0 commit comments

Comments
 (0)