Show
Ignore:
Timestamp:
11/17/07 07:41:37 (16 years ago)
Author:
arnonym
Message:

This should fix redeemans problem with dbus and other libs in a non-standard place.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/SConstruct

    r688 r717  
    6262        buildenv['PKG_CONFIG_PATH']='' 
    6363 
     64if os.environ.has_key('LD_LIBRARY_PATH'): 
     65        buildenv['LD_LIBRARY_PATH']=os.environ['LD_LIBRARY_PATH'] 
     66else: 
     67        buildenv['LD_LIBRARY_PATH']='' 
     68 
    6469 
    6570env = Environment( tools=['default','scanreplace','pyuic','dbus','doxygen','pkgconfig'], toolpath=['admin'], ENV = buildenv, options=opts )