Changeset 16750
- Timestamp:
- Jun 6, 2016, 11:45:55 PM (5 years ago)
- Location:
- trunk/darwin-x86-headers64/libc
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/darwin-x86-headers64/libc/C/populate.sh
r15562 r16750 1 1 #!/bin/sh 2 2 rm -rf Applications 3 SDK=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10. 8.sdk3 SDK=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk 4 4 if [ $# -eq 1 ] 5 5 then 6 6 SDK=$1 7 7 fi 8 CFLAGS="-m64 -isysroot ${SDK} - D_DARWIN_NO_64_BIT_INODE -mmacosx-version-min=10.6"; export CFLAGS8 CFLAGS="-m64 -isysroot ${SDK} -mmacosx-version-min=10.6"; export CFLAGS 9 9 h-to-ffi.sh ${SDK}/usr/include/ar.h 10 10 h-to-ffi.sh ${SDK}/usr/include/arpa/ftp.h
Note: See TracChangeset
for help on using the changeset viewer.