buggins / ddbc

DDBC is DB Connector for D language (similar to JDBC)
78 stars 45 forks source link

linker problem when using LDC on OSX - with fix #48

Closed SingingBush closed 7 years ago

SingingBush commented 7 years ago

for a long time ddbc has had a linker problem on OSX. from the comments on https://github.com/ldc-developers/ldc/issues/2159 I have fixed it on my fork: https://github.com/SingingBush/ddbc/commit/5eab6cdf77be132123a46cf9885073b071a44ab2

screen shot 2017-06-10 at 10 51 46

will do a pull request.

SingingBush commented 7 years ago

closing as this is sorted with v0.3.3 - thanks for merging #49