mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
boost: Fix pre_install (#5660)
This commit is contained in:
parent
ce2e452488
commit
42146b59de
@ -14,7 +14,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"innosetup": true,
|
"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": {
|
"env_set": {
|
||||||
"BOOST_ROOT": "$dir",
|
"BOOST_ROOT": "$dir",
|
||||||
"Boost_INCLUDE_DIR": "$dir\\boost"
|
"Boost_INCLUDE_DIR": "$dir\\boost"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user