Aaron Farnham
Results
2
comments of
Aaron Farnham
In the context of Package.swift builds, It does indeed look for other headers because there is nothing in the `linkerSettings` for sqlite3 on that target. I verified that my headers...
> Thanks! This is a much simpler solution than completely replacing sqlite. What is the implication of running without the `SQLITE_OPEN_FILEPROTECTION_COMPLETEUNTILFIRSTUSERAUTHENTICATION` when it's not available? I don't know the answer...