Skip to content

Commit

Permalink
Also just copy libgit2 dll for its install target
Browse files Browse the repository at this point in the history
since otherwise it puts pkg-config files in LIB_INSTALL_DIR
which we don't need - if mbedtls separates runtime from library
destinations then we could separate BIN_INSTALL_DIR from LIB_INSTALL_DIR
or convince libgit2 to use the standard GNUInstallDirs names
  • Loading branch information
tkelman authored and mfasi committed Sep 5, 2016
1 parent ac6bfb5 commit 917940f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/libgit2.mk
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ endif
echo 1 > $@

$(LIBGIT2_OBJ_TARGET): $(LIBGIT2_OBJ_SOURCE) | $(build_shlibdir)
ifeq ($(BUILD_OS),WINNT)
ifeq ($(OS),WINNT)
cp $< $@
else
$(call make-install,$(LIBGIT2_SRC_DIR),)
Expand Down

0 comments on commit 917940f

Please sign in to comment.