aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/zstd.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/zstd.go')
-rw-r--r--internal/rosa/zstd.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/rosa/zstd.go b/internal/rosa/zstd.go
index ad288ef2..85a5b173 100644
--- a/internal/rosa/zstd.go
+++ b/internal/rosa/zstd.go
@@ -16,7 +16,6 @@ func (t Toolchain) newZstd() (pkg.Artifact, string) {
Append: []string{"build", "cmake"},
Cache: [][2]string{
{"CMAKE_BUILD_TYPE", "Release"},
- {"CMAKE_INSTALL_LIBDIR", "lib"},
},
}), version
}