diff options
-rw-r--r-- | webkit/SConscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/SConscript b/webkit/SConscript index 0ada52b..f6924bf 100644 --- a/webkit/SConscript +++ b/webkit/SConscript @@ -265,9 +265,9 @@ env.SConscript(sconscript_dirs, exports=['env', 'env_res']) # directory tree as a huge content-signature string. # Instead we're going to let all the subsidiary SConscript files # add their own individual targets to the 'webkit' Alias. -#env.Alias('webkit', ['.', '$TARGET_ROOT/icudt38.dll']) +#env.Alias('webkit', ['.', '$DESTINATION_ROOT/icudt38.dll']) if env['PLATFORM'] == 'win32': - env.Alias('webkit', ['$TARGET_ROOT/icudt38.dll']) + env.Alias('webkit', ['$DESTINATION_ROOT/icudt38.dll']) version = env.Command('$WEBKIT_DIR/build/WebCore/webkit_version.h', ['$WEBCORE_DIR/Configurations/Version.xcconfig', |