diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2022-09-28 16:41:16 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2022-12-06 12:50:41 +0100 |
commit | 7c9e27491f32046f09d9bc8d7051821c6b6dd2fd (patch) | |
tree | c0a08f554433781f7e8bc30d65b9204aa145acf8 | |
parent | a47c809e3fee1bdbdfd6d6c0880cfe926a167b37 (diff) | |
download | justbuild-7c9e27491f32046f09d9bc8d7051821c6b6dd2fd.tar.gz |
Fix typo in libgit2 gssapi target
-rw-r--r-- | etc/import/src/TARGETS.git2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/import/src/TARGETS.git2 b/etc/import/src/TARGETS.git2 index 212af582..5d983455 100644 --- a/etc/import/src/TARGETS.git2 +++ b/etc/import/src/TARGETS.git2 @@ -462,7 +462,7 @@ } ] , ["gssapi", ["-lgssapi"]] - , ["GSS.framework", ["-framwork", "GSS"]] + , ["GSS.framework", ["-framework", "GSS"]] ] } } |