Author: rhuijben Date: Mon Nov 23 15:47:01 2015 New Revision: 1715855 URL: http://svn.apache.org/viewvc?rev=1715855&view=rev Log: * SConstruct With the tests properly running against the static library version, remove a hack that installed the working dir in binaries to find the shared library version.
Modified: serf/trunk/SConstruct Modified: serf/trunk/SConstruct URL: http://svn.apache.org/viewvc/serf/trunk/SConstruct?rev=1715855&r1=1715854&r2=1715855&view=diff ============================================================================== --- serf/trunk/SConstruct (original) +++ serf/trunk/SConstruct Mon Nov 23 15:47:01 2015 @@ -239,10 +239,6 @@ if sys.platform == 'win32': env.Append(RPATH=[libdir], PDB='${TARGET.filebase}.pdb') -if sys.platform == 'darwin': -# linkflags.append('-Wl,-install_name,@executable_path/%s.dylib' % (SHLIBNAME,)) - env.Append(LINKFLAGS=['-Wl,-install_name,%s/%s.dylib' % (thisdir, SHLIBNAME,)]) - if sys.platform != 'win32': def CheckGnuCC(context): src = '''