Merge pull request #685 from Ventero/mono

Fix symbol lookup error in the Mono plugin on OS X.
This commit is contained in:
unbit
2014-08-15 06:03:28 +02:00
+3
View File
@@ -6,6 +6,9 @@ LDFLAGS = []
LIBS = os.popen('pkg-config --libs mono-2').read().rstrip().split()
GCC_LIST = ['mono_plugin']
if os.uname()[0] == 'Darwin':
LIBS.append('-framework Foundation')
def post_build(config):
if os.system("sn -k plugins/mono/uwsgi.key") != 0:
os._exit(1)