mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
compile to be compatible with 32bit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user