We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa9b60 commit d34fc86Copy full SHA for d34fc86
COMPILING.md
@@ -106,7 +106,9 @@ files.
106
107
Finally, to enable building universal binaries on macOS, you can pass the
108
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.
+ the built binaries will only work on the architecture of the machine being
110
+ used to do the build.
111
+
112
5. Run the build:
113
```
114
cmake --build build
0 commit comments