Changeset 4041

Show
Ignore:
Timestamp:
04/06/06 09:07:30 (2 years ago)
Author:
morris
Message:

Set sysroot in LDFLAGS

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredServer/trunk/wired.sh

    r4040 r4041  
    4242        export CFLAGS="-g -O2 -arch $i" 
    4343        export CPPFLAGS="-isysroot $SDKROOT" 
     44        export LDFLAGS="-isysroot $SDKROOT" 
    4445         
    4546        if [ ! -e "$MAKEFILE" ]; then