fixed jwsgi plugin name

This commit is contained in:
Unbit
2013-03-09 11:27:25 +01:00
parent 26c6ec4283
commit e945003d07
+1 -1
View File
@@ -8,7 +8,7 @@ except:
exec(f.read(), up)
f.close()
NAME='ring'
NAME='jwsgi'
CFLAGS = up['CFLAGS']
CFLAGS.append('-I%s' % jvm_path)
LDFLAGS = []