We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc1df3 commit ce41295Copy full SHA for ce41295
create_mswin_pkg.rb
@@ -12,7 +12,7 @@ class << self
12
13
include Common
14
15
- PACKAGES = 'libffi libyaml openssl readline zlib'
+ PACKAGES = 'libffi libyaml openssl readline-win32 zlib'
16
PKG_DEPENDS = 'vcpkg-cmake vcpkg-cmake-config vcpkg-cmake-get-vars'
17
18
PKG_NAME = 'mswin'
@@ -70,7 +70,7 @@ def generate_package_files
70
"./vcpkg upgrade #{PACKAGES} #{PKG_DEPENDS} --triplet=x64-windows --no-dry-run"
71
72
exec_check "Removing outdated packages",
73
- "./vcpkg remove --outdated --recurse"
+ "./vcpkg remove --outdated"
74
75
exec_check "Exporting package files from vcpkg",
76
"./vcpkg export --triplet=x64-windows #{PACKAGES} --raw --output=#{PKG_NAME} --output-dir=#{EXPORT_DIR}"
0 commit comments