Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 277216
Collapse All | Expand All

(-)library/carbon/build.sh (+2 lines)
Lines 66-71 Link Here
66
66
67
if [ "$DEFAULT_WS" == "cocoa" ]; then
67
if [ "$DEFAULT_WS" == "cocoa" ]; then
68
	makefile="make_cocoa.mak"
68
	makefile="make_cocoa.mak"
69
else
70
	export MACOSX_DEPLOYMENT_TARGET=10.3	
69
fi
71
fi
70
72
71
if [ "$DEFAULT_OS_ARCH" == "x86_64" ]; then
73
if [ "$DEFAULT_OS_ARCH" == "x86_64" ]; then

Return to bug 277216