Set DIST variable to MacOS in Darwin platform

This commit is contained in:
Anirudha Bose 2014-07-30 14:49:38 +05:30 committed by sftnight
parent c7b99553a0
commit 9ba3f42700

View File

@ -67,7 +67,7 @@ elif OS == 'Linux':
workdir = os.path.expanduser(os.path.join('~', 'ec', 'build')) workdir = os.path.expanduser(os.path.join('~', 'ec', 'build'))
elif OS == 'Darwin': elif OS == 'Darwin':
DIST = 'N/A' DIST = 'MacOS'
RELEASE = platform.release() RELEASE = platform.release()
REV = platform.mac_ver()[0] REV = platform.mac_ver()[0]