Skip to content

Commit

Permalink
vcpkg: workaround of strange vcpkg bug
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Nov 22, 2024
1 parent 3d82702 commit 3dc7bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/myci-vcpkg-prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ mkdir -p $overlay_package_dir
${script_dir}myci-subst-var.sh --var archive_hash --val $sha512 --var git_ref --val $git_ref --out-dir $overlay_package_dir $vcpkgization_dir/portfile.cmake.in

echo "format vcpkg.json"
vcpkg format-manifest $vcpkgization_dir/vcpkg.json
(cd $vcpkgization_dir; vcpkg format-manifest ./vcpkg.json)

mv $vcpkgization_dir/vcpkg.json $overlay_package_dir
cp $vcpkgization_dir/usage $overlay_package_dir
Expand Down

0 comments on commit 3dc7bce

Please sign in to comment.