mirror of https://github.com/axmolengine/axmol.git
fix new windows jenkins slave compile error
This commit is contained in:
parent
4c2dd74502
commit
992cc52a02
|
@ -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 '---------------------------------'
|
||||
|
|
Loading…
Reference in New Issue