Merge remote-tracking branch 'origin/master'

This commit is contained in:
Konstantin Bulenkov
2014-10-29 23:19:38 +01:00
2 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -1,3 +1,3 @@
#!/bin/sh
# Clang can be downloaded from http://llvm.org/releases/download.html or found in XCode 4+
clang -arch i386 -mmacosx-version-min=10.5 -framework CoreServices -o fsnotifier fsnotifier.c
clang -arch i386 -arch x86_64 -mmacosx-version-min=10.5 -framework CoreServices -o fsnotifier fsnotifier.c