summaryrefslogtreecommitdiff
path: root/buildstream/plugins/elements/cmake.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/plugins/elements/cmake.yaml')
-rw-r--r--buildstream/plugins/elements/cmake.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/plugins/elements/cmake.yaml b/buildstream/plugins/elements/cmake.yaml
index 0fb2e715a..ba20d7ce6 100644
--- a/buildstream/plugins/elements/cmake.yaml
+++ b/buildstream/plugins/elements/cmake.yaml
@@ -19,7 +19,7 @@ variables:
cmake-args: |
-DCMAKE_INSTALL_PREFIX:PATH="%{prefix}" \
- -DCMAKE_INSTALL_LIBDIR=%{lib} %{cmake-extra} %{cmake-global} %{cmake-local}
+ -DCMAKE_INSTALL_LIBDIR:PATH="%{lib}" %{cmake-extra} %{cmake-global} %{cmake-local}
cmake: |