Workaround for MinGW CI to build custom font support

This commit is contained in:
Jean Pierre Cimalando 2021-03-10 10:18:11 +01:00
parent ec85b2e169
commit 5a6a1bbfcd
2 changed files with 12290 additions and 0 deletions

View file

@ -161,6 +161,11 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Fix MinGW headers
shell: bash
run: |
cp -vf "$GITHUB_WORKSPACE"/scripts/mingw_dwrite_3.h \
/usr/i686-w64-mingw32/include/dwrite_3.h
- name: Fix VST sources
shell: bash
# need to convert some includes to lower case (as of VST 3.7.1)
@ -225,6 +230,11 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Fix MinGW headers
shell: bash
run: |
cp -vf "$GITHUB_WORKSPACE"/scripts/mingw_dwrite_3.h \
/usr/x86_64-w64-mingw32/include/dwrite_3.h
- name: Fix VST sources
shell: bash
# need to convert some includes to lower case (as of VST 3.7.1)

12280
scripts/mingw_dwrite_3.h Normal file

File diff suppressed because it is too large Load diff