Skip to content

Commit

Permalink
Merge pull request #68 from Acurisu/fix-cmake-apple-silicon
Browse files Browse the repository at this point in the history
Force x86-64 on MacOS
  • Loading branch information
mrexodia authored Feb 3, 2022
2 parents 11149d7 + 4519877 commit ad08f51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@ Then open `build\VTIL-Core.sln`. You can also open this folder in a CMake-compat
cmake -G Ninja -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build
```

**Note:**
To build on Apple Silicon one needs to use `-DCMAKE_OSX_ARCHITECTURES=x86_64`.

0 comments on commit ad08f51

Please sign in to comment.