Enabling OpenBSD support for uWSGI embedded config

This commit is contained in:
blablacio
2014-04-26 06:44:53 +03:00
parent b089774c36
commit dc97853f9f
+1 -1
View File
@@ -1058,7 +1058,7 @@ class uConf(object):
self.embed_config = None
if uwsgi_os in ('Linux','FreeBSD'):
if uwsgi_os in ('Linux','FreeBSD','OpenBSD'):
self.embed_config = os.environ.get('UWSGI_EMBED_CONFIG')
if not self.embed_config:
self.embed_config = self.get('embed_config')