mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-05 13:11:33 +00:00
afaik only darwin misses objcopy
This commit is contained in:
+1
-1
@@ -1058,7 +1058,7 @@ class uConf(object):
|
||||
|
||||
self.embed_config = None
|
||||
|
||||
if uwsgi_os in ('Linux','FreeBSD','OpenBSD'):
|
||||
if uwsgi_os not in ('Darwin',):
|
||||
self.embed_config = os.environ.get('UWSGI_EMBED_CONFIG')
|
||||
if not self.embed_config:
|
||||
self.embed_config = self.get('embed_config')
|
||||
|
||||
Reference in New Issue
Block a user