Skip to content

Commit d34fc86

Browse files
committed
Rephrase explaination of non-universal macOS binaries
In order to more clearly explain the issue.
1 parent 1aa9b60 commit d34fc86

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

COMPILING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ files.
106106
107107
Finally, to enable building universal binaries on macOS, you can pass the
108108
flag `-DCMAKE_OSX_ARCHITECTURES=i386;x86_64`. If you don't supply this flag,
109-
the build will just be for the architecture of your machine.
109+
the built binaries will only work on the architecture of the machine being
110+
used to do the build.
111+
110112
5. Run the build:
111113
```
112114
cmake --build build

0 commit comments

Comments
 (0)