Skip to content
Snippets Groups Projects
Commit 548ee5da authored by David's avatar David Committed by Hugo Beauzée-Luyssen
Browse files

macOS build.sh: Blacklist linkat and unlinkat

Those are only available starting macOS 10.10.
parent 0d20e689
No related branches found
No related tags found
No related merge requests found
......@@ -204,6 +204,8 @@ export ac_cv_func_fdopendir=no
export ac_cv_func_openat=no
export ac_cv_func_fstatat=no
export ac_cv_func_readlinkat=no
export ac_cv_func_linkat=no
export ac_cv_func_unlinkat=no
# Added symbols between 10.7 and 10.9
export ac_cv_func_memset_s=no
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment