force handle as void_p, seems fix mac problem

This commit is contained in:
tqchen
2014-05-17 11:03:21 -07:00
parent 2507e4403a
commit 29363d6100
2 changed files with 8 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
export CC = gcc
export CXX = g++
export CFLAGS = -Wall -O3 -msse2 -Wno-unknown-pragmas -fopenmp
export CC = clang
export CXX = clang++
export CFLAGS = -Wall -O3 -msse2 -Wno-unknown-pragmas # -fopenmp
# specify tensor path
SLIB = libxgboostpy.so