Source release v3.0.2
This commit is contained in:
5
build.py
5
build.py
@@ -88,8 +88,9 @@ def ImportPlatform(name, gyp_args):
|
||||
|
||||
if hasattr(target, 'export_variables'):
|
||||
for k, v in target.export_variables.iteritems():
|
||||
os.environ[k] = v
|
||||
print ' set %s to %s' % (k, v)
|
||||
if not os.environ.get(k):
|
||||
os.environ[k] = v
|
||||
print ' set %s to %s' % (k, v)
|
||||
|
||||
return output_path
|
||||
|
||||
|
||||
Reference in New Issue
Block a user