| Jean-Baptiste Queru | b56ea2a | 2013-01-08 11:11:20 -0800 | [diff] [blame^] | 1 | #!/bin/sh |
| 2 | # Clang can be downloaded from from http://llvm.org/releases/download.html or found in XCode 4+ | ||||
| 3 | clang -arch i386 -mmacosx-version-min=10.5 -framework CoreServices -o fsnotifier fsnotifier.c | ||||