mirror of
https://github.com/GOSTSec/sgminer
synced 2025-09-04 10:12:10 +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
|
found_opencl=1
|
||||||
],
|
],
|
||||||
[AC_MSG_RESULT(no)
|
[AC_MSG_RESULT(no)
|
||||||
|
OPENCL_FLAGS=
|
||||||
|
OPENCL_LIBS=
|
||||||
found_opencl=0])
|
found_opencl=0])
|
||||||
LIBS=$SAVED_LIBS
|
LIBS=$SAVED_LIBS
|
||||||
CFLAGS=$SAVED_CFLAGS
|
CFLAGS=$SAVED_CFLAGS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user