mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-22 04:24:19 +00:00
Merge pull request #1 from nonlin-lin-chaos-order-etc-etal/master
Updated configure.ac for some versions of AMD APP SDK
This commit is contained in:
commit
04714652d2
@ -126,7 +126,7 @@ if test "x$have_win32" != xtrue; then
|
|||||||
|
|
||||||
if test "x$AMDAPPSDKROOT" != x; then
|
if test "x$AMDAPPSDKROOT" != x; then
|
||||||
OPENCL_FLAGS="-I$AMDAPPSDKROOT/include $OPENCL_FLAGS"
|
OPENCL_FLAGS="-I$AMDAPPSDKROOT/include $OPENCL_FLAGS"
|
||||||
OPENCL_LIBS="-L$AMDAPPSDKROOT/lib/$ARCH_DIR $OPENCL_LIBS"
|
AC_CHECK_FILE([$AMDAPPSDKROOT/lib/$ARCH_DIR/sdk/libOpenCL.so], [OPENCL_LIBS="-L$AMDAPPSDKROOT/lib/$ARCH_DIR -L$AMDAPPSDKROOT/lib/$ARCH_DIR/sdk/ $OPENCL_LIBS"], [OPENCL_LIBS="-L$AMDAPPSDKROOT/lib/$ARCH_DIR $OPENCL_LIBS"])
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user