aboutsummaryrefslogtreecommitdiffstats
path: root/scons
diff options
context:
space:
mode:
Diffstat (limited to 'scons')
-rw-r--r--scons/SConstruct.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/scons/SConstruct.common b/scons/SConstruct.common
index cb9a63df..10947aea 100644
--- a/scons/SConstruct.common
+++ b/scons/SConstruct.common
@@ -87,6 +87,8 @@ class SConstructHelper:
# And another that definitely always points to the project root.
self.env_base['PROJECT_ROOT'] = self.env_base.Dir('.').abspath
+ self.env_base['OBJ_SUFFIX'] = '' # Default suffix for object files.
+
# Enable scons -h
Help(vars.GenerateHelpText(self.env_base))