Conversation
|
Thanks for the PR. I have tried the fix for the Makefile and it worked. Thanks a lot for that! Although I am not a big fan of adding very different things in one PR, thanks for adding the ARM64 build. I have added the ARM64 compilers to Visual Studio and that seems to work. But I have no way to check if that works. I don't have a Windows ARM64 device. And I have a couple of questions: Why have you added the gh action Why is the MinGW-build added to And looking at the YML the - name: build x86
if: matrix.build_platform == '32'
run: make ARCH=i686-w64-mingw32
- name: build x64
if: matrix.build_platform == '64'
run: make ARCH=x86_64-w64-mingw32 |
f1019f5 to
bd21c2e
Compare
|
|
Apart from the small change I requested in the Makefile the PR looks good to me. |
- gh action update check - added gh mingw build
|
adapted gh action and makefile to your suggestion |
|
Thanks again for the PR |
Uh oh!
There was an error while loading. Please reload this page.