This website requires JavaScript.
Explore
Help
Sign In
Relintai
/
osxcross
Watch
1
Star
0
Fork
0
You've already forked osxcross
mirror of
https://github.com/Relintai/osxcross.git
synced
2025-02-03 22:45:56 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7be19917bb
osxcross
/
cleanup.sh
4 lines
71 B
Bash
Raw
Normal View
History
Unescape
Escape
initial commit
2013-11-10 14:49:24 +01:00
#!/usr/bin/env bash
xcrun: * handle '-sdk' / 'SDKROOT' (env.) properly. e.g. 'xcrun -sdk /[...]/MacOSX10.6.sdk clang' will use the specified 10.6 SDK. * never execute xcode tools outside target/bin even when a full path is specified. e.g. 'xcrun /usr/bin/gcc' will execute target/bin/<triple>-gcc. other wrapper changes: * implement 'OSXCROSS_SDKROOT' env. variable for 'xcrun -sdk'. * error on '-arch x86_64h' + clang <= 3.4. clang <= 3.4 misinterprets x86_64h as x86_64. * only create x86_64h symlinks when the 10.8 (or later) SDK is used. other changes: * misc fixes and cleanup
2015-06-27 19:01:56 +02:00
git clean -fdx
||
rm -rf *~ build target *.tar.xz
Reference in New Issue
Copy Permalink