Skip to content

Commit ce41295

Browse files
committed
mswin - readline-win32, not readline
1 parent 2fc1df3 commit ce41295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

create_mswin_pkg.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class << self
1212

1313
include Common
1414

15-
PACKAGES = 'libffi libyaml openssl readline zlib'
15+
PACKAGES = 'libffi libyaml openssl readline-win32 zlib'
1616
PKG_DEPENDS = 'vcpkg-cmake vcpkg-cmake-config vcpkg-cmake-get-vars'
1717

1818
PKG_NAME = 'mswin'
@@ -70,7 +70,7 @@ def generate_package_files
7070
"./vcpkg upgrade #{PACKAGES} #{PKG_DEPENDS} --triplet=x64-windows --no-dry-run"
7171

7272
exec_check "Removing outdated packages",
73-
"./vcpkg remove --outdated --recurse"
73+
"./vcpkg remove --outdated"
7474

7575
exec_check "Exporting package files from vcpkg",
7676
"./vcpkg export --triplet=x64-windows #{PACKAGES} --raw --output=#{PKG_NAME} --output-dir=#{EXPORT_DIR}"

0 commit comments

Comments
 (0)