oatpp / oatpp-sqlite

SQLite adapter for oatpp ORM.
https://oatpp.io/
Apache License 2.0
23 stars 18 forks source link

Cross-compile Windows Fix #16

Closed sidaf closed 2 years ago

sidaf commented 2 years ago

When cross-compiling using clang on Linux to target Windows, the build fails due to the mixed case spelling of the header includes. Clang expects the headers to be all lowercase.