summaryrefslogtreecommitdiffstats
path: root/gears/SConscript.common
diff options
context:
space:
mode:
Diffstat (limited to 'gears/SConscript.common')
-rw-r--r--gears/SConscript.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/gears/SConscript.common b/gears/SConscript.common
index 2500e39..4c6ad5c 100644
--- a/gears/SConscript.common
+++ b/gears/SConscript.common
@@ -60,6 +60,8 @@ if GetInputs('$COMMON_BINSRCS'):
'$COMMON_GENFILES_DIR/${SOURCE.file}.from_bin.cc', src))
for src in GetInputs('$COMMON_BINSRCS')]
common_targets['link'] = [env.SharedObject(bin) for bin in bins]
+else:
+ common_targets['link'] = []
Export('common_targets')