ericsink / cb

Apache License 2.0
15 stars 14 forks source link

Enable math functions #15

Closed bricelam closed 1 year ago

bricelam commented 1 year ago

ericsink/SQLitePCL.raw#416

ericsink commented 1 year ago

I was just about to do this! LOL

bricelam commented 1 year ago

I was working on the EF changes and thought, "I bet it's like a one-line change in PCLRaw."

Looks like I may have been wrong. 🙂

jni/../../../sqlite3/sqlite3.c:126963: error: undefined reference to 'log2'

ericsink commented 1 year ago

I'll look a bit further. It might be as simple as just adding -lm to the Android link args.