Skip to content

Conversation

larskanis
Copy link
Member

Sqlite3-ruby doesn't use dl functions, nor does extconf compile sqlite3 sources, which possibly makes use of them. So mandating dl functions in extconf is wrong and breaks the build on Windows.

Fixes #250 .

This reverts commit f4ffec2.

Sqlite3-ruby doesn't use dl functions, nor does extconf compile sqlite3
sources, which possibly makes use of them.
So mandating dl functions in extconf is wrong and breaks the build on
Windows.

Fixes sparklemotion#250 .

This pertly reverts commit f4ffec2.
@larskanis larskanis changed the title Revert "SQLite3 uses dl, so we need to ensure it's linked" Don't mandate dl functions for the extention build Mar 9, 2019
@tenderlove tenderlove merged commit 6c1895f into sparklemotion:master Apr 29, 2019
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.

Version 1.4 broken on Windows

2 participants