• Andrew Dunstan's avatar
    Copy the libpq DLL to the bin directory on Mingw and Cygwin. · d587298b
    Andrew Dunstan authored
    This has long been done by the MSVC build system, and has caused
    confusion in the past when programs like psql have failed to start
    because they can't find the DLL. If it's in the same directory as it now
    will be they will find it.
    
    Backpatch to all live branches.
    d587298b
Makefile 5.65 KB