1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-02 01:44:23 +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