Use fork of libucl to control what checkout is used

pull/42/head
Mitchell Hashimoto 12 years ago
parent b924151914
commit e00aa13938

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

Loading…
Cancel
Save