scripts: don't copy libucl.dll anymore

pull/182/head
Mitchell Hashimoto 12 years ago
parent bda7f49492
commit f46d3ff332

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

Loading…
Cancel
Save