Make dl have the same linkage as glibc

This commit is contained in:
Kenneth Heafield 2013-09-12 09:27:01 +01:00
parent b534e8c4b7
commit 5e506ed914

View File

@ -75,8 +75,8 @@ include $(TOP)/jam-files/sanity.jam ;
boost 103600 ;
external-lib z ;
external-lib dl ;
lib dl : : <runtime-link>static:<link>static <runtime-link>shared:<link>shared ;
requirements += <library>dl ;