fix modularity issue with core module
This commit is contained in:
@@ -155,5 +155,5 @@ def build(bld):
|
||||
])
|
||||
|
||||
if bld.env['ENABLE_GSL']:
|
||||
core.uselib = 'GSL GSLCBLAS M'
|
||||
core.uselib = core.uselib + ' GSL GSLCBLAS M'
|
||||
core.source.extend(['rng-test-suite.cc'])
|
||||
|
||||
Reference in New Issue
Block a user