Skip to content

Fix for non-framework build #832

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 13, 2018
Merged

Conversation

Udumft
Copy link

@Udumft Udumft commented Aug 6, 2018

Fixed a mistype that prevented building SQLite.swift as non-framework sources.

Steps to reproduce:

  • download the source
  • create new XCode project
  • add SQLite.swift sources inside new project (just sources, not the actual .xcodeproj file)
  • build.

As result: sources are built as is and no framework is created -> reference to SQLite. becomes invalid.
Keeping in mind that Setter is referenced in this file earlier I assume this is a mistype.

@jberkel jberkel merged commit f8032b2 into stephencelis:master Aug 13, 2018
@jberkel
Copy link
Collaborator

jberkel commented Aug 13, 2018

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants