Skip to content

Commit 5386837

Browse files
committed
Add libwinpthread package to ruby dependencies
It is required for clangarm64.
1 parent a547657 commit 5386837

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mingw-w64-ruby-head/PKGBUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
1919
"${MINGW_PACKAGE_PREFIX}-libffi"
2020
"${MINGW_PACKAGE_PREFIX}-libyaml"
2121
"${MINGW_PACKAGE_PREFIX}-openssl>=3.0.0"
22-
"${MINGW_PACKAGE_PREFIX}-zlib")
22+
"${MINGW_PACKAGE_PREFIX}-zlib"
23+
"${MINGW_PACKAGE_PREFIX}-libwinpthread-git")
2324
options=('staticlibs' 'strip')
2425
source=("https://cache.ruby-lang.org/pub/ruby/snapshot/snapshot-master.tar.xz"
2526
0001-Add-C-ext-win32-dll_directory-as-an-alternative-to-f.patch

0 commit comments

Comments
 (0)