-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Description
Thanks for the recent work that made mingw-w64 successfully cross-compile the code. Only one minor issue seems to remain: the .exe extension is appended to the sz executable, which fails on make install.
Perhaps this line should somehow account for the difference in the binary name?
Line 10 in 13b25a5
| install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/${EXE} TYPE BIN) |
Manually editing the configured cmake output to append .exe then caused the install to complete without issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels