Changeset 1330


Ignore:
Timestamp:
04/12/07 13:51:43 (17 years ago)
Author:
mar637
Message:

scons 0.96.1 can't add static libs with full path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/external/SConscript

    r1325 r1330  
    88env.AppendUnique(CPPPATH=[Dir(".").abspath])
    99atnflib=env.Library("atnf", sources)
    10 
    11 env.Prepend(LIBS=[atnflib])
     10env.AppendUnique(LIBPATH=[Dir(".").abspath])
     11env.Prepend(LIBS=["atnf"])
Note: See TracChangeset for help on using the changeset viewer.