Merge pull request #307 from SeriousM/patch-1

The source_root was wrong computed
This commit is contained in:
Cheng Zhao 2014-05-14 10:29:16 +08:00
commit e1fbe7d886

View file

@ -7,7 +7,7 @@ import sys
CONFIGURATIONS = ['Release', 'Debug']
SOURCE_ROOT = os.path.dirname(os.path.dirname(__file__))
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
def main():