aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/openssl/windows/install-programs.diff
blob: 257ad7d3c77ab1347c03f0a8f170648914b611d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Configurations/windows-makefile.tmpl b/Configurations/windows-makefile.tmpl
index b587212..c031cfb 100644
--- a/Configurations/windows-makefile.tmpl
+++ b/Configurations/windows-makefile.tmpl
@@ -134,7 +134,7 @@ INSTALL_FIPSMODULE={-
 -}
 INSTALL_FIPSMODULECONF=providers\fipsmodule.cnf
 INSTALL_PROGRAMS={-
-        join(" ", map { quotify1(platform->bin($_)) }
+        join(" ", map {          platform->bin($_)  }
                   grep { !$unified_info{attributes}->{programs}->{$_}->{noinst} }
                   @{$unified_info{programs}})
 -}