Fix #6605, don't try to load a lib which not exist.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38656 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
3975779fc2
commit
c5771bad6d
@ -100,7 +100,7 @@
|
||||
|
||||
/* Specify use of the basic linear algebra subroutine library */
|
||||
/* ------------------------------------------------------------------------- */
|
||||
#define libBLAS 2 /* 0: No, 1: Internal, 2: External */
|
||||
#define libBLAS 1 /* 0: No, 1: Internal, 2: External */
|
||||
#define libnameBLAS "myBLAS"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user