From 42146b59de2f8efc62662fcf749ce5bf45ebd6f7 Mon Sep 17 00:00:00 2001 From: Brian <18603393+brian6932@users.noreply.github.com> Date: Sun, 31 Mar 2024 00:33:00 -0400 Subject: [PATCH] boost: Fix pre_install (#5660) --- bucket/boost.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/boost.json b/bucket/boost.json index 6f221975c4..abc7bbfa91 100644 --- a/bucket/boost.json +++ b/bucket/boost.json @@ -14,7 +14,7 @@ } }, "innosetup": true, - "pre_install": "Rename-Item \"$dir/lib$($architecture.Substring(0, 2))-msvc-*.*\" lib", + "pre_install": "Get-ChildItem \"$dir/lib$($architecture.Substring(0, 2))-msvc-*.*\" | Rename-Item -NewName lib", "env_set": { "BOOST_ROOT": "$dir", "Boost_INCLUDE_DIR": "$dir\\boost"