summaryrefslogtreecommitdiffstats
path: root/o3d/main.scons
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/main.scons')
-rw-r--r--o3d/main.scons3
1 files changed, 3 insertions, 0 deletions
diff --git a/o3d/main.scons b/o3d/main.scons
index 66f4137..ac4746e 100644
--- a/o3d/main.scons
+++ b/o3d/main.scons
@@ -690,6 +690,9 @@ linux_env.Append(
LINKFLAGS = ['-m32'],
LIBS = ['pthread', 'rt'],
NACL_HTP_LIBS = ['ssl', 'crypto'],
+ BUILD_COMPONENTS = [
+ 'installer/linux'
+ ],
)
linux_cg_dir = ARGUMENTS.get('linux-cg-dir', 'hermetic')