compile to be compatible with 32bit

This commit is contained in:
Maxim Shafirov
2011-10-05 16:18:25 +04:00
parent b66c98407b
commit a93683e70f
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1,2 @@
gcc -mmacosx-version-min=10.5 -framework CoreServices -o fsnotifier fsnotifier.c
#!/bin/sh
gcc -arch i386 -mmacosx-version-min=10.5 -framework CoreServices -o fsnotifier fsnotifier.c