Skip to content

Commit

Permalink
macos: document how to build for older MacOS versions
Browse files Browse the repository at this point in the history
re #222
  • Loading branch information
bk138 committed Oct 5, 2024
1 parent dc6fa48 commit 6f390c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For the time being, we're building an Intel binary only. Universal builds to com
```
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
MACOSX_DEPLOYMENT_TARGET=10.15 cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build .
cmake --install . --prefix .
```

0 comments on commit 6f390c7

Please sign in to comment.