Created
March 18, 2020 07:47
-
-
Save macfanr/ce3d4cabcc42f2ea76f6ecef772dbcb0 to your computer and use it in GitHub Desktop.
meson usage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. install meson | |
brew install meson | |
2. set min version | |
export CFLAGS="-mmacosx-version-min=10.9" before exe 'meson ./build_dir' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment