Fix libSystem.dylib load on OS X 10.11 b3

Summary: Fix libSystem.dylib load on OS X 10.11 b3

Test Plan: Invoke `buck project ...` and make sure it works on OS X 10.11b3

(cherry picked from commit ccae1feb597b8449ae2bdea3a0170077aab10828)
1 file changed
tree: 7a0995a1c9861a86092d8b1accdf3705c85dd32b
  1. .idea/
  2. assets/
  3. bin/
  4. config/
  5. docs/
  6. lib/
  7. pmd/
  8. programs/
  9. scripts/
  10. src/
  11. test/
  12. third-party/
  13. webserver/
  14. .buckconfig
  15. .classpath
  16. .factorypath
  17. .gitattributes
  18. .gitignore
  19. .project
  20. .travis.yml
  21. .watchmanconfig
  22. buck.iml
  23. build.xml
  24. checkstyle.xml
  25. DEFS
  26. findbugsfilter.xml
  27. LICENSE
  28. README.md
README.md

Buck

Buck is a build tool. To see what Buck can do for you, check out the documentation at http://facebook.github.io/buck/.

Build Status

Installation

To build Buck, run the following:

git clone https://github.com/facebook/buck.git
cd buck
ant
./bin/buck --help

License

Apache License 2.0