afaik only darwin misses objcopy

This commit is contained in:
Roberto De Ioris
2014-04-26 07:18:24 +02:00
parent 19a19a8a67
commit f19a301b73
+1 -1
View File
@@ -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')