"libs-posix": [ "sqlite3", "pq" ]
Does it's mean that it will try to find this 2 libs in any case? Even I do not use them.
If I do not need them what I should to do? Fix ~/.dub/packages/ddbc and remove this strings from it, or what?
Suliman via Digitalmars-d-learn Mon, 29 Feb 2016 04:31:54 -0800
"libs-posix": [ "sqlite3", "pq" ]
Does it's mean that it will try to find this 2 libs in any case? Even I do not use them.
If I do not need them what I should to do? Fix ~/.dub/packages/ddbc and remove this strings from it, or what?