Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Standard build.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Apr 21, 2020
1 parent dc80ba7 commit 83d5597
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ if ($env:APPVEYOR) {

# install

& "$vcpkg\vcpkg" install "zlib:$triplet" --recurse
#& "$vcpkg\vcpkg" install "ffmpeg[$features]:$triplet" --recurse
& "$vcpkg\vcpkg" install "ffmpeg[$features]:$triplet" --recurse
Get-ChildItem -Recurse -Name -File -Path "$vcpkg\installed\$triplet"

# export installation
Expand All @@ -89,7 +88,7 @@ $ffmpeg = "ffmpeg-$version-$license-$toolset-$linkage-$runtime_library-$platform
# run export

Try {
#& "$vcpkg\vcpkg" export "ffmpeg[$features]:$triplet" --output=$ffmpeg --7zip
& "$vcpkg\vcpkg" export "ffmpeg[$features]:$triplet" --output=$ffmpeg --7zip
}
Finally {
pushd $vcpkg
Expand Down

0 comments on commit 83d5597

Please sign in to comment.