mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
boost: Fix pre_install (#5660)
This commit is contained in:
parent
ce2e452488
commit
42146b59de
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user