fix new windows jenkins slave compile error

This commit is contained in:
andyque 2015-03-02 19:43:27 +08:00
parent 4c2dd74502
commit 992cc52a02
1 changed files with 0 additions and 4 deletions

View File

@ -157,10 +157,6 @@ def main():
command = '%s %s %s -s %s -t %s -o %s -n %s' % (python_bin, generator_py, cfg, args[0], target, output_dir, args[1])
_run_cmd(command)
if platform == 'win32':
with _pushd(output_dir):
_run_cmd('dos2unix *')
print '---------------------------------'
print 'Generating lua bindings succeeds.'
print '---------------------------------'