We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6914ef6 commit ae68460Copy full SHA for ae68460
.github/workflows/build.yml
@@ -62,7 +62,7 @@ jobs:
62
63
- name: Build
64
run: |
65
- cmake -B build -S yoga -D CMAKE_BUILD_TYPE=Release -D BUILD_SHARED_LIBS=ON
+ cmake -B build -S yoga -D CMAKE_BUILD_TYPE=Release -D BUILD_SHARED_LIBS=ON -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64"
66
cmake --build build --config Release
67
mkdir -p dist/osx
68
cp build/libyogacore.dylib dist/osx/libyoga.dylib
0 commit comments