Changeset 532 for trunk/m2/m2_macx.r

Show
Ignore:
Timestamp:
06/04/08 22:17:55 (6 months ago)
Author:
krobillard
Message:

Set -mmacosx-version-min

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/m2/m2_macx.r

    r424 r532  
    132132 
    133133        if cfg_universal [ 
    134             cflags {-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch ppc -arch i386} 
    135             lflags {-Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -arch ppc -arch i386} 
     134            cflags {-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch ppc -arch i386 -mmacosx-version-min=10.4} 
     135            lflags {-Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -arch ppc -arch i386 -mmacosx-version-min=10.4} 
    136136        ] 
    137137