Skip to content

Commit

Permalink
fix libgit2 makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
maenu committed Apr 11, 2019
1 parent 72506af commit 0c2105f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.macos64x64/third-party/Makefile.libgit2
Expand Up @@ -22,7 +22,7 @@ $(LIBGIT2ARCHIVE):
$(THIRDPARTYLIBDIR)/$(LIBGIT2LIBNAME): $(LIBGIT2ARCHIVE)
tar x -f $(LIBGIT2ARCHIVE) -C $(THIRDPARTYDIR)
cd $(LIBGIT2DIR) \
&& cmake \
&& cmake . \
-DCMAKE_INSTALL_PREFIX=$(THIRDPARTYOUTDIR) \
-DUSE_SSH=ON \
-DCURL=ON \
Expand Down

0 comments on commit 0c2105f

Please sign in to comment.