Commit 9d9ed4b
committed
Don't mandate dl functions for the extention build
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 pertly reverts commit f4ffec2.1 parent 5c36dbe commit 9d9ed4b
1 file changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
| 67 | + | |
72 | 68 | | |
73 | 69 | | |
74 | 70 | | |
| |||
0 commit comments