From 7884e9b55f32ad819161a454c479bf0c94611bd7 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 10 Oct 2009 16:58:29 +0000 Subject: [PATCH] c_compile --- make/mingw.mk | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/make/mingw.mk b/make/mingw.mk index 70f0548..e8ad460 100644 --- a/make/mingw.mk +++ b/make/mingw.mk @@ -34,6 +34,7 @@ define c_compile endef libcompile = $(compile) +c_libcompile = $(c_compile) # 1 2 # Usage: $(call makeslib,objs,library) -- libgit2 0.21.4