summaryrefslogtreecommitdiffstats
path: root/cygwin.req
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2022-01-29 22:59:11 -0500
committerYaakov Selkowitz <yselkowi@redhat.com>2022-01-29 22:59:11 -0500
commitaf1dd9a7bec7b14a8b48cac84646e1a0fb1d825f (patch)
tree3793bd22896c78d5daed282c8cb0d99d57658d33 /cygwin.req
parentbd9b4b5a2c4176ef4e116a5973095eb493a779c1 (diff)
downloadcygwin-filesystem-main.tar.gz
cygwin-filesystem-main.tar.xz
cygwin-filesystem-main.zip
Fix several issuesHEADmain
Diffstat (limited to 'cygwin.req')
-rwxr-xr-xcygwin.req4
1 files changed, 2 insertions, 2 deletions
diff --git a/cygwin.req b/cygwin.req
index 0a84bc3..079fb64 100755
--- a/cygwin.req
+++ b/cygwin.req
@@ -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