This repository was archived by the owner on Aug 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,8 +89,8 @@ GENERATED={- join(" ",
8989 ( grep { /\.h$/ } keys %{$unified_info{generate}} )) -}
9090
9191INSTALL_LIBS={- join(" ", map { quotify1($_.$libext) } @{$unified_info{install}->{libraries}}) -}
92- INSTALL_SHLIBS={- join(" ", map { quotify1 (shlib($_)) } @{$unified_info{install}->{libraries}}) -}
93- INSTALL_SHLIBPDBS={- join(" ", map { local $shlibext = ".pdb"; quotify1 (shlib($_)) } @{$unified_info{install}->{libraries}}) -}
92+ INSTALL_SHLIBS={- join(" ", map { quotify_l (shlib($_)) } @{$unified_info{install}->{libraries}}) -}
93+ INSTALL_SHLIBPDBS={- join(" ", map { local $shlibext = ".pdb"; quotify_l (shlib($_)) } @{$unified_info{install}->{libraries}}) -}
9494INSTALL_ENGINES={- join(" ", map { quotify1(dso($_)) } @{$unified_info{install}->{engines}}) -}
9595INSTALL_ENGINEPDBS={- join(" ", map { local $dsoext = ".pdb"; quotify1(dso($_)) } @{$unified_info{install}->{engines}}) -}
9696INSTALL_PROGRAMS={- join(" ", map { quotify1($_.$exeext) } grep { !m|^test\\| } @{$unified_info{install}->{programs}}) -}
You can’t perform that action at this time.
0 commit comments