diff options
Diffstat (limited to 'net/SConstruct')
-rw-r--r-- | net/SConstruct | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/SConstruct b/net/SConstruct index 6ea69a0..de24fa9 100644 --- a/net/SConstruct +++ b/net/SConstruct @@ -1,3 +1,3 @@ -build_component = 'net'
-SConscript('../build/SConscript.main',
- exports=['build_component'])
+build_component = 'net' +SConscript('../build/SConscript.main', + exports=['build_component']) |