scripts: don't copy libucl.dll anymore

This commit is contained in:
Mitchell Hashimoto 2014-08-19 09:58:34 -07:00
parent bda7f49492
commit f46d3ff332
1 changed files with 0 additions and 5 deletions

View File

@ -45,11 +45,6 @@ gox \
mv bin/terraform-terraform${EXTENSION} bin/terraform${EXTENSION}
cp bin/terraform* ${GOPATHSINGLE}/bin
# If we're on Windows, get the DLL in there
if [ "$(go env GOOS)" = "windows" ]; then
cp libucl.dll bin/
fi
if [ "${TF_DEV}x" = "x" ]; then
# Zip and copy to the dist dir
echo "--> Packaging..."