I would like to incorporate ICU as static libs into sqlite.dll. Are there any tips on how to do this? I would like to end up with a single sqlite.dll with SQLITE_ENABLE_ICU but no further dependencies. Target platform is Windows and OSX. Please help!
It is also not out of the question to incorporate the code directly into the project, but this might be more tedious? Not sure.
Prebuilt libraries are available here for these platforms:
Building for OSX isn’t hard, it’s iOS that’s tricky.
Just fyi: Apple didn’t complain about the ICU module.