summaryrefslogtreecommitdiffstats
path: root/cygwin.req
diff options
context:
space:
mode:
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