actalley/WinBQN

Task BuildCBQN for msys2 outputting cbqn.dll.exe, should output cbqn.dll

actalley opened this issue · 1 comments

Task BuildCBQN in src\msys2\psakefile.ps1 has make shared-o3 no_fPIC=1 OUTPUT='cbqn.dll' which has produced cbqn.dll in the past, but is now producing cbqn.dll.exe. Adding code to rename the file to the task as a workaround until this can be resolved.