Skip to content

Commit 6f4eaf1

Browse files
authored
Merge pull request #267 from apple/owenv-patch-1
Update llbuild CMake directions
2 parents 80dd097 + ebf73b3 commit 6f4eaf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ available. Doing so requires several dependencies to be built first,
4242
all with CMake:
4343

4444
* (Non-Apple platforms only) [swift-corelibs-foundation](https://github.com/apple/swift-corelibs-foundation)
45-
* [llbuild](https://github.com/apple/swift-llbuild) configure CMake with `-DLLBUILD_SUPPORT_BINDINGS="Swift"` when building
45+
* [llbuild](https://github.com/apple/swift-llbuild) configure CMake with `-DLLBUILD_SUPPORT_BINDINGS="Swift"` and `-DCMAKE_OSX_ARCHITECTURES=x86_64` (If building on Intel) when building
4646
```
47-
cmake -B <llbuild-build-dir> -G Ninja <llbuild-source-dir> -DLLBUILD_SUPPORT_BINDINGS="Swift"
47+
cmake -B <llbuild-build-dir> -G Ninja <llbuild-source-dir> -DLLBUILD_SUPPORT_BINDINGS="Swift" -DCMAKE_OSX_ARCHITECTURES=x86_64
4848
```
4949
* [swift-argument-parser](https://github.com/apple/swift-argument-parser)
5050
* [Yams](https://github.com/jpsim/Yams)

0 commit comments

Comments
 (0)