From 8dd140d50d8504a33f06f1863f75c6c5672ffe77 Mon Sep 17 00:00:00 2001 From: Raj Bhattacharjea Date: Fri, 18 May 2007 11:41:43 -0400 Subject: [PATCH] Make scons dist work on osx --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 25a38e4fa..c486ab171 100644 --- a/build.py +++ b/build.py @@ -504,7 +504,7 @@ class Ns3: # dist support dist_env = env.Copy() - if dist_env['PLATFORM'] == 'posix': + if dist_env['PLATFORM'] == 'posix' or dist_env['PLATFORM'] == 'darwin': dist_list = [] for module in self.__modules: for f in module.sources: