Use fork of libucl to control what checkout is used

This commit is contained in:
Mitchell Hashimoto 2014-07-22 19:54:42 -07:00
parent b924151914
commit e00aa13938
1 changed files with 3 additions and 1 deletions

View File

@ -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