Skip to content

Commit

Permalink
add build note for Apple Silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Acurisu committed Feb 3, 2022
1 parent 7801c77 commit 4519877
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 4519877

Please sign in to comment.