mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
scripts: don't copy libucl.dll anymore
This commit is contained in:
parent
bda7f49492
commit
f46d3ff332
@ -45,11 +45,6 @@ gox \
|
|||||||
mv bin/terraform-terraform${EXTENSION} bin/terraform${EXTENSION}
|
mv bin/terraform-terraform${EXTENSION} bin/terraform${EXTENSION}
|
||||||
cp bin/terraform* ${GOPATHSINGLE}/bin
|
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
|
if [ "${TF_DEV}x" = "x" ]; then
|
||||||
# Zip and copy to the dist dir
|
# Zip and copy to the dist dir
|
||||||
echo "--> Packaging..."
|
echo "--> Packaging..."
|
||||||
|
Loading…
Reference in New Issue
Block a user