Skip to content

Commit 8e0374f

Browse files
committed
Change way to set the arch
1 parent d1d40b0 commit 8e0374f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

projects.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,10 @@
747747
"action": "BuildXcodeWorkspaceScheme",
748748
"workspace": "Evergreen.xcworkspace",
749749
"scheme": "Evergreen",
750-
"destination": "generic/platform=macOS,arch=x86_64",
750+
"destination": "generic/platform=macOS",
751+
"environment": {
752+
"ARCHS": "x86_64"
753+
},
751754
"configuration": "Release",
752755
"tags": "sourcekit-disabled"
753756
}

0 commit comments

Comments
 (0)