Changeset 20625 for lang

Show
Ignore:
Timestamp:
10/03/08 22:21:37 (5 years ago)
Author:
tokuhirom
Message:

mac osx support

Files:
1 modified

Legend:

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

    r20619 r20625  
    3030    if not OS_GUESS == 'win32': 
    3131        os.system("cd vendor/v8; scons library=shared") 
    32         env.Install('out/lib', 'vendor/v8/libv8.so') 
     32        env.Install('out/lib', 'vendor/v8/libv8' + env['SHLIBSUFFIX']) 
    3333    else: 
    3434        os.chdir("vendor/v8")