Skip to content

Commit 6b1d1aa

Browse files
committed
fix: change libmoq target for macos
1 parent 4d4a5c1 commit 6b1d1aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakePresets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"SPARKLE_APPCAST_URL": {"type": "STRING", "value": "https://obsproject.com/osx_update/updates_$(ARCHS)_v2.xml"},
109109
"SPARKLE_PUBLIC_KEY": {"type": "STRING", "value": "HQ5/Ba9VHOuEWaM0jtVjZzgHKFJX9YTl+HNVpgNF0iM="},
110110
"ENABLE_BROWSER": true,
111-
"MOQ_TARGET": "aarch64-apple-darwin"
111+
"MOQ_TARGET": "universal-apple-darwin"
112112
}
113113
},
114114
{

0 commit comments

Comments
 (0)