mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 05:30:33 +03:00
etc.c.sqlite3: Make global symbols __gshared.
This fixes linking errors on Linux/64 (possibly other configurations). ld would complain about symbols being in TLS in D object files while not being in TLS in libsqlite3.so.
This commit is contained in:
parent
d41084b16c
commit
8c8767933c
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ module etc.c.sqlite3;
|
|||
*/
|
||||
|
||||
extern (C) {
|
||||
__gshared:
|
||||
|
||||
/**
|
||||
** CAPI3REF: Compile-Time Library Version Numbers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue