Browse Source

The ATI stream / AMD APP SDK environment variables appear to only interfere with win32 builds so bypass them.

nfactor-troky
Con Kolivas 12 years ago
parent
commit
d2e87254ea
  1. 3
      configure.ac

3
configure.ac

@ -98,6 +98,8 @@ case $target in @@ -98,6 +98,8 @@ case $target in
;;
esac
if test "x$have_win32" != xtrue; then
if test "x$have_x86_64" = xtrue; then
ARCH_DIR=x86_64
else
@ -113,6 +115,7 @@ if test "x$AMDAPPSDKROOT" != x; then @@ -113,6 +115,7 @@ if test "x$AMDAPPSDKROOT" != x; then
OPENCL_FLAGS="-I$AMDAPPSDKROOT/include $OPENCL_FLAGS"
OPENCL_LIBS="-L$AMDAPPSDKROOT/lib/$ARCH_DIR $OPENCL_LIBS"
fi
fi
cpumining="no"

Loading…
Cancel
Save