Make scons dist work on osx
parent
81da9b6187
commit
8dd140d50d
2
build.py
2
build.py
|
@ -504,7 +504,7 @@ class Ns3:
|
||||||
|
|
||||||
# dist support
|
# dist support
|
||||||
dist_env = env.Copy()
|
dist_env = env.Copy()
|
||||||
if dist_env['PLATFORM'] == 'posix':
|
if dist_env['PLATFORM'] == 'posix' or dist_env['PLATFORM'] == 'darwin':
|
||||||
dist_list = []
|
dist_list = []
|
||||||
for module in self.__modules:
|
for module in self.__modules:
|
||||||
for f in module.sources:
|
for f in module.sources:
|
||||||
|
|
Loading…
Reference in New Issue