f9d98c build system: --all-shared: ensure linking against the newly built library.

Authored and Committed by midipix 5 years ago
1 file changed. 1 lines added. 1 lines removed.
    build system: --all-shared: ensure linking against the newly built library.
    
    This patch guards against the case where -lfoo would result in the linking
    in of either an external import library libfoo.lib.a, or a static libfoo.a,
    be it internal or external to the build system.
    
        
file modified
+1 -1