Commit fc7b1f79 authored by Jondy Zhao's avatar Jondy Zhao

Replace environment variable CYGCONF_ARGS with CYGCONF_PREFIX

parent 20bfd98e
......@@ -101,7 +101,7 @@ class Recipe(object):
self.environ['LDFLAGS'] = '-L%s/lib %s' % (self.buildout_prefix, self.environ.get('LDFLAGS', ''))
if self.options.get('configure-command', '').strip() == 'cygport':
self.environ.setdefault('CYGCONF_ARGS', '--prefix=%s' % options['prefix'])
self.environ.setdefault('CYGCONF_PREFIX', options['prefix'])
# Extrapolate the environment variables using values from the current
# environment.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment