Closed davenquinn closed 2 years ago
system() calls in shell.c within SQLite were refusing to compile.
system()
shell.c
Fix was to alter the Makefile and only build part of the SQLite3 dependency. Code builds on XCode 9. Seems like the same problem as found in https://github.com/sqlcipher/sqlcipher/issues/240 and https://github.com/ocaml-cross/opam-cross-ios/issues/9
Confirmed this works with latest, Xcode 10.2, as well. Thanks for fixing the build process!
system()
calls inshell.c
within SQLite were refusing to compile.Fix was to alter the Makefile and only build part of the SQLite3 dependency. Code builds on XCode 9. Seems like the same problem as found in https://github.com/sqlcipher/sqlcipher/issues/240 and https://github.com/ocaml-cross/opam-cross-ios/issues/9