mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-26 16:36:26 -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}
|
||||
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…
Reference in New Issue
Block a user