parent
c8fdce28e6
commit
c91074514a
1 changed files with 3 additions and 0 deletions
|
@ -66,3 +66,6 @@ def libs(self):
|
|||
join_path(self.component_path, 'lib', 'intel64'))
|
||||
libs += find_system_libraries(['libpthread', 'libm', 'libdl'])
|
||||
return libs
|
||||
|
||||
def setup_dependent_build_environment(self, env, dependent_spec):
|
||||
env.set('MKLROOT', self.component_path)
|
||||
|
|
Loading…
Reference in a new issue