From 912e6dc45aba4f220c9770dbc0e36a1e15a7a2b7 Mon Sep 17 00:00:00 2001 From: Aleksey Kovalenko Date: Wed, 23 Sep 2009 20:48:43 +0400 Subject: [PATCH] bug 687: Build failed with GSL in non-default location --- src/core/wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/wscript b/src/core/wscript index 566e8b4f6..789b063ef 100644 --- a/src/core/wscript +++ b/src/core/wscript @@ -151,4 +151,5 @@ def build(bld): ]) if bld.env['ENABLE_GSL']: + core.uselib = 'GSL GSLCBLAS M' core.source.extend(['rng-test-suite.cc'])