File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
src/SPC/builder/windows/library Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,16 @@ class icu_static_win extends WindowsLibraryBase
12
12
13
13
protected function build (): void
14
14
{
15
- copy ("{$ this ->source_dir }\\x64-windows-static\lib\icudt.lib " , "{$ this ->getLibDir ()}\icudt.lib " );
16
- copy ("{$ this ->source_dir }\\x64-windows-static\lib\icuin.lib " , "{$ this ->getLibDir ()}\icuin.lib " );
17
- copy ("{$ this ->source_dir }\\x64-windows-static\lib\icuio.lib " , "{$ this ->getLibDir ()}\icuio.lib " );
18
- copy ("{$ this ->source_dir }\\x64-windows-static\lib\icuuc.lib " , "{$ this ->getLibDir ()}\icuuc.lib " );
15
+ copy ("{$ this ->source_dir }\\x64-windows-static \\ lib \\ icudt.lib " , "{$ this ->getLibDir ()}\ \icudt.lib " );
16
+ copy ("{$ this ->source_dir }\\x64-windows-static \\ lib \\ icuin.lib " , "{$ this ->getLibDir ()}\ \icuin.lib " );
17
+ copy ("{$ this ->source_dir }\\x64-windows-static \\ lib \\ icuio.lib " , "{$ this ->getLibDir ()}\ \icuio.lib " );
18
+ copy ("{$ this ->source_dir }\\x64-windows-static \\ lib \\ icuuc.lib " , "{$ this ->getLibDir ()}\ \icuuc.lib " );
19
19
20
20
// create libpq folder in buildroot/includes/libpq
21
- if (!file_exists ("{$ this ->getIncludeDir ()}\u nicode " )) {
22
- mkdir ("{$ this ->getIncludeDir ()}\u nicode " );
21
+ if (!file_exists ("{$ this ->getIncludeDir ()}\\ unicode " )) {
22
+ mkdir ("{$ this ->getIncludeDir ()}\\ unicode " );
23
23
}
24
24
25
- FileSystem::copyDir ("{$ this ->source_dir }\\x64-windows-static\include \u nicode " , "{$ this ->getIncludeDir ()}\u nicode " );
25
+ FileSystem::copyDir ("{$ this ->source_dir }\\x64-windows-static \\ include \\ unicode " , "{$ this ->getIncludeDir ()}\ \unicode " );
26
26
}
27
27
}
You can’t perform that action at this time.
0 commit comments