1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-08 13:04: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*) *-*-darwin*)
OPENCL_LIBS="-framework OpenCL" OPENCL_LIBS="-framework OpenCL"
PTHREAD_FLAGS=""
;; ;;
esac esac