We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb6d44 commit d5b225fCopy full SHA for d5b225f
src/sqlite3/lib_sqlite3.cr
@@ -1,6 +1,9 @@
1
require "./type"
2
3
-@[Link("sqlite3", dll: "sqlite3.dll")]
+@[Link("sqlite3")]
4
+{% if flag?(:msvc) %}
5
+ @[Link(dll: "sqlite3.dll")]
6
+{% end %}
7
lib LibSQLite3
8
type SQLite3 = Void*
9
type Statement = Void*
0 commit comments