We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 394f8ef commit 6a33137Copy full SHA for 6a33137
.github/workflows/main.yml
@@ -38,9 +38,6 @@ jobs:
38
- name: build
39
shell: pwsh
40
run: |
41
- cd libiconv
42
- git apply ..\libiconv.patch
43
- cd ..
44
Set-PSRepository -Name "PSGallery" -InstallationPolicy Trusted
45
install-module pscx -scope CurrentUser -AllowClobber
46
$x64param = if ('${{ matrix.architecture }}' -eq 'x64') { $true } else { $false }
build.ps1
@@ -56,7 +56,7 @@ if($vs2008) {
56
} else {
57
Set-Location .\libiconv\MSVC16
58
msbuild libiconv_static\libiconv_static.vcxproj /p:Configuration=Release
59
- $iconvLib = Join-Path (pwd) $platDir\lib
+ $iconvLib = Join-Path (pwd) $platDir\Release\lib
60
}
61
62
$iconvInc = Join-Path $PSScriptRoot libiconv\source\include
0 commit comments