Changeset 20813 for lang

Show
Ignore:
Timestamp:
10/05/08 22:45:35 (5 years ago)
Author:
tokuhirom
Message:

hmm... sons is storange

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/cplusplus/llv8call/trunk/ext/clearsilver/SConscript

    r20166 r20813  
    22Import("conf") 
    33 
    4 env.Append( CPPPATH=env['CPPPATH'] + [x + '/ClearSilver/' for x in env['CPPPATH']] ) 
     4cpppath = env['CPPPATH'] + [x + '/ClearSilver/' for x in env['CPPPATH']] 
     5conf.env.Append( CPPPATH=cpppath ) 
     6env.Append( CPPPATH=cpppath ) 
    57 
    68if conf.CheckLib('neo_cs') and conf.CheckHeader('ClearSilver.h'):