Refactored the OS X script for better readability and to enable builds on newer versions.

Issues resolved:

- Added support for the 10.8 (Mountain Lion) and 10.9 (Mavericks) SDKs.
- Dropped universal builds on 10.8 or higher, x86 is not supported anymore.
- Use clang instead of gcc on 10.8 or higher. Fixes a system header compilation error on 10.9.
- Fixed issue with the libjawt path on certain JDKs.
This commit is contained in:
Ioannis Tsakpinis 2014-10-01 22:35:25 +03:00
parent 42ccc83499
commit f25e503ce0
1 changed files with 218 additions and 1 deletions

File diff suppressed because one or more lines are too long