mirror of https://github.com/BOINC/boinc.git
Mac: Update XCode project and Mac build scripts to build libboinc_opencl.a library and to work both with XCode 3.2 on OS 10.6.8 and with XCode 4.2 on OS 10.7.2
svn path=/trunk/boinc/; revision=24435
This commit is contained in:
parent
a9257a0f36
commit
b50ec84f41
|
@ -80,7 +80,7 @@ if [ "${doclean}" = "clean" ]; then
|
|||
fi
|
||||
|
||||
if [ "${buildlibs}" = "1" ]; then
|
||||
targets="$targets -target libboinc -target gfx2libboinc -target api_libboinc -target api_libboinc_opencl -target jpeg -target MakeAppIcon_h"
|
||||
targets="$targets -target libboinc -target gfx2libboinc -target api_libboinc -target boinc_opencl -target jpeg -target MakeAppIcon_h"
|
||||
fi
|
||||
|
||||
if [ "${buildclient}" = "1" ]; then
|
||||
|
|
Loading…
Reference in New Issue