diff options
Diffstat (limited to 'webkit/activex_shim')
-rw-r--r-- | webkit/activex_shim/SConscript | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/webkit/activex_shim/SConscript b/webkit/activex_shim/SConscript index 8845906..78663be 100644 --- a/webkit/activex_shim/SConscript +++ b/webkit/activex_shim/SConscript @@ -23,9 +23,8 @@ env.Append( '/WX', '/Wp64', ], -# TODO(bradnelson): Scons should really have a way to handle this. - ARFLAGS = [ - '/LIBPATH:$PLATFORMSDK_VISTA_REL', 'Urlmon.Lib', + LIBS = [ + 'Urlmon', ], ) @@ -41,4 +40,3 @@ input_files = [ ] env.ChromeStaticLibrary('activex_shim', input_files) - |