Skip to content

Commit

Permalink
Remove __declspec(dllimport) from Windows libiconv build (#13219)
Browse files Browse the repository at this point in the history
  • Loading branch information
HertzDevil authored Mar 25, 2023
1 parent 6a44a49 commit 018bfba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ jobs:
if: steps.cache-libs.outputs.cache-hit != 'true'
working-directory: ./libiconv
run: |
sed -i 's|__declspec (dllimport) ||' libiconv\include\iconv.h
echo '<Project>
<PropertyGroup>
<ForceImportAfterCppTargets>$(MsbuildThisFileDirectory)\Override.props</ForceImportAfterCppTargets>
Expand Down

0 comments on commit 018bfba

Please sign in to comment.