Skip to content

Commit 1666d27

Browse files
committed
Correct directory for linker
1 parent 73bc8df commit 1666d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mklove/modules/configure.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ function mkl_dep_install_source {
489489
# Build and install
490490
mkl_dbg "Building $name from source in $sdir (func $func)"
491491

492-
$func $name "$ddir" >$ilog 2>&1
492+
libdir="/usr/lib" $func $name "$ddir" >$ilog 2>&1
493493
retcode=$?
494494

495495
mkl_popd # $sdir

0 commit comments

Comments
 (0)