Ignore:
Timestamp:
Aug 20, 2018, 12:52:03 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
341bb80
Parents:
b215e92b
Message:

Now using rpath to handle shared libraries instead of LD_LIBRARY_PATH

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/pybin/settings.py

    rb215e92b r8bdc1c3  
    112112        global install
    113113        global timeout
    114         global ldpath
    115114
    116115        dry_run    = options.dry_run
     
    121120        arch       = Architecture(options.arch)
    122121        timeout    = Timeouts(options.timeout, options.global_timeout)
    123         ldpath     = "LD_LIBRARY_PATH=\"$LD_LIBRARY_PATH:%s/../libcfa/%s-%s/src/.libs\"" % (BUILDDIR, arch.string, "debug" if options.debug else "nodebug")
    124122
    125123
Note: See TracChangeset for help on using the changeset viewer.