Changeset 20945

Show
Ignore:
Timestamp:
10/08/08 08:44:02 (2 months ago)
Author:
tokuhirom
Message:

this patch fixes building process in macosx

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/cplusplus/llv8call/trunk/Sconstruct

    r20944 r20945  
    5858        return '"""%s"""' % re.sub("\\\\", "\\\\\\\\", s) 
    5959 
    60 env.MergeFlags(env.ParseFlags(" ".join([ 
     60env.Append(CCFLAGS = env['CCFLAGS'] + [ 
    6161    '-DUSING_V8_SHARED', 
    6262    '-DDIRSEP=\'%s\'' % fixquote(re.sub("\\\\", "\\\\\\\\", os.sep)), 
     
    6666    '-DSHLIBSUFFIX=\'%s\'' % fixquote(env.subst(env['SHLIBSUFFIX'])), 
    6767    '-DPACKAGE=llv8call', 
    68 ]))) 
     68]) 
    6969 
    7070env.Append(