diff options
Diffstat (limited to 'gears/SConscript.common')
-rw-r--r-- | gears/SConscript.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gears/SConscript.common b/gears/SConscript.common index 5df142b..385c6c4 100644 --- a/gears/SConscript.common +++ b/gears/SConscript.common @@ -87,6 +87,6 @@ env.Alias('gears', crash_sender) if env['OS'] == 'osx': # SF_INSTALLER_PLUGIN_EXE - env.ChromeProgram('stats_pane', + env.ChromeSharedLibrary('stats_pane', GetInputs('$SF_INSTALLER_PLUGIN_CPPSRCS'), FRAMEWORKS = env['FRAMEWORKS'] + Split('Cocoa InstallerPlugins')) |