1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 12:34:27 +00:00

Fix for Intel Macs.

This commit is contained in:
Con Kolivas 2011-11-13 08:23:09 +11:00
parent 1419719ce5
commit 4c68ad0183

View File

@ -97,6 +97,7 @@ case $target in
;;
*-*-darwin*)
OPENCL_LIBS="-framework OpenCL"
PTHREAD_FLAGS=""
;;
esac