Skip to content
This repository has been archived by the owner on Mar 14, 2019. It is now read-only.

Commit

Permalink
Include MSCVR100.dll when building for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoWheelDev committed Nov 4, 2014
1 parent 8b33787 commit e3ec7e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
package_data={'gns3converter': ['configspec']},
options={'build_exe': {'namespace_packages': 'gns3converter',
'packages': 'gns3converter',
'zip_includes': zip_includes
'zip_includes': zip_includes,
'include_msvcr': True
}
},
executables=[Executable("gns3-converter.py")]
Expand Down

0 comments on commit e3ec7e9

Please sign in to comment.