From e00aa139384780dfd119e99b2066f0f3bce4da72 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 22 Jul 2014 19:54:42 -0700 Subject: [PATCH] Use fork of libucl to control what checkout is used --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8d751f0bf..295bd73bb 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,9 @@ vendor/libucl/libucl.dll: vendor/libucl vendor/libucl: rm -rf vendor/libucl mkdir -p vendor/libucl - git clone https://github.com/vstakhov/libucl.git vendor/libucl + git clone https://github.com/hashicorp/libucl.git vendor/libucl + cd vendor/libucl && \ + git checkout fix-win32-compile clean: rm -rf vendor