Skip to content

Instantly share code, notes, and snippets.

@Wevah
Last active January 27, 2021 20:46
Show Gist options
  • Save Wevah/89968c70524659715462 to your computer and use it in GitHub Desktop.
Save Wevah/89968c70524659715462 to your computer and use it in GitHub Desktop.
Build SQLite dylib
clang -dynamiclib -Os -Wl,-install_name,@rpath/libsqlite3.dylib -mmacosx-version-min=10.9 -o libsqlite3.dylib sqlite3.c
@Wevah
Copy link
Author

Wevah commented Jan 27, 2021

I turned this into a script that automatically fills out the version information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment