bug 687: Build failed with GSL in non-default location

This commit is contained in:
Aleksey Kovalenko
2009-09-23 20:48:43 +04:00
parent a0dbfe494e
commit 912e6dc45a

View File

@@ -151,4 +151,5 @@ def build(bld):
])
if bld.env['ENABLE_GSL']:
core.uselib = 'GSL GSLCBLAS M'
core.source.extend(['rng-test-suite.cc'])