diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2022-01-29 22:59:11 -0500 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2022-01-29 22:59:11 -0500 |
commit | af1dd9a7bec7b14a8b48cac84646e1a0fb1d825f (patch) | |
tree | 3793bd22896c78d5daed282c8cb0d99d57658d33 /cygwin.req | |
parent | bd9b4b5a2c4176ef4e116a5973095eb493a779c1 (diff) | |
download | cygwin-filesystem-main.tar.gz cygwin-filesystem-main.tar.xz cygwin-filesystem-main.zip |
Diffstat (limited to 'cygwin.req')
-rwxr-xr-x | cygwin.req | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,10 +32,10 @@ for target in $targets; do fi done - # Add a dependency on filesystem and crt if necessary + # Add a dependency on filesystem and runtime if necessary if [ $dll_found = true ]; then echo "${target}-filesystem >= 95" - echo "${target}-crt" + echo "${target}-w32api-runtime" fi pkgconfig_files_found=false |