diff options
author | Etienne Samson <samson.etienne@gmail.com> | 2019-10-13 14:06:47 +0200 |
---|---|---|
committer | Etienne Samson <samson.etienne@gmail.com> | 2019-10-13 14:06:47 +0200 |
commit | a088a1ffa6143d1623eeff1795ae1430e00187a2 (patch) | |
tree | 81b6ca5ab3c640f752622f4b39b892ea5b22b002 /src/commit.c | |
parent | ef5a3851fdece852569ffebf3537883223744a7a (diff) | |
download | libgit2-a088a1ffa6143d1623eeff1795ae1430e00187a2.tar.gz |
cmake: correct the link stanza for CoreFoundation
LIBRARIES is the (absolute?) path to the library.
LDFLAGS is the full linker stanza to correctly link with this lib.
By passing LIBRARIES as LIBGIT_LIBS, the linker ends up with the
absolute path for the SDK'ed version of CoreFoundation (which doesn't
exist), instead of the familiar `-framework CoreFoundation`.
Diffstat (limited to 'src/commit.c')
0 files changed, 0 insertions, 0 deletions