mirror of
https://github.com/GOSTSec/sgminer
synced 2025-03-10 04:31:03 +00:00
Bugfix: fix linking when OpenCL is not detected
This commit is contained in:
parent
0ae3f71824
commit
014d43b06a
@ -123,6 +123,8 @@ if test "x$opencl" != xno; then
|
||||
found_opencl=1
|
||||
],
|
||||
[AC_MSG_RESULT(no)
|
||||
OPENCL_FLAGS=
|
||||
OPENCL_LIBS=
|
||||
found_opencl=0])
|
||||
LIBS=$SAVED_LIBS
|
||||
CFLAGS=$SAVED_CFLAGS
|
||||
|
Loading…
x
Reference in New Issue
Block a user