fix modularity issue with core module

This commit is contained in:
Tom Henderson
2010-11-08 12:02:43 -08:00
parent 6a74375bb8
commit f1fee377ec

View File

@@ -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'])