Skip to content

Commit 8e309d2

Browse files
committed
CI mac: build Syphon just for host arch
- faster build times (we build arm64 and x86_64 separately) - avoid occasional build errors (see git note)
1 parent fd8d42b commit 8e309d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/macOS/install_others.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ install_syphon() {
7777
git clone --depth 1 https://github.com/Syphon/Syphon-Framework.git
7878
cd Syphon-Framework
7979
xcodebuild LD_DYLIB_INSTALL_NAME=$syphon_dst/\
80-
Syphon.framework/Versions/A/Syphon
80+
Syphon.framework/Versions/A/Syphon -arch "$(uname -m)"
8181
sudo cp -R 'build/Release/Syphon.framework' \
8282
$syphon_dst
8383
)

0 commit comments

Comments
 (0)