MINGW-packages/mingw-w64-qt5-doc/0003-fix-build-with-perl-cygwin.patch
مهدي شينون (Mehdi Chinoune) 3a515415f4 qt5-doc: update to 5.15.17
2025-06-21 11:59:52 +01:00

12 lines
343 B
Diff

--- a/qtbase/bin/syncqt.pl
+++ b/qtbase/bin/syncqt.pl
@@ -54,7 +54,7 @@
use warnings;
use English qw(-no_match_vars );
-my $normalizePath_fixDrive = ($^O eq "msys" ? 1 : 0);
+my $normalizePath_fixDrive = ($^O eq "cygwin" ? 1 : 0);
######################################################################
# Syntax: normalizePath(\$path)