Skip to content

Instantly share code, notes, and snippets.

@macfanr
Created March 18, 2020 07:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save macfanr/ce3d4cabcc42f2ea76f6ecef772dbcb0 to your computer and use it in GitHub Desktop.
Save macfanr/ce3d4cabcc42f2ea76f6ecef772dbcb0 to your computer and use it in GitHub Desktop.
meson usage
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