drogonframework / drogonframework/drogon
MinGW cross-compilation issues
Open
- Dominant language
- C++
- Stars
- 14.3k
- Forks
- 1.4k
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 14
Description
I've tried to cross-compile Drogon from Linux to Windows using MinGW, and had to fix a few minor things along the way:
* Wrong case in include filename: `#include ` -> `#include ` (matters on Linux, where filenames are case-sensitive)
* Library name for CMake: `Rpcrt4` -> `rpcrt4` (same reason)
Contributor guide
Assessment
This issue has not been assessed yet.