mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
Linux file watcher: make script fixed
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
echo "compiling 32-bit version"
|
||||
clang -m32 -O2 -Wall -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -o fsnotifier main.c inotify.c util.c
|
||||
echo "compiling 64-bit version"
|
||||
clang -m64 -O2 -Wall -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -o fsnotifier64 main.c inotify.c util.c
|
||||
if [ $? -eq 0 ] ; then
|
||||
echo "compiling 64-bit version"
|
||||
clang -m64 -O2 -Wall -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -o fsnotifier64 main.c inotify.c util.c
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user