projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edeb3e7
)
Fix py2exe build (#7276)
author
Philipp Hagemeister
<phihag@phihag.de>
Fri, 23 Oct 2015 22:10:28 +0000
(
00:10
+0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Fri, 23 Oct 2015 22:10:28 +0000
(
00:10
+0200)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 4686260e0bbd25adf39e683bdae1b475e267b0b8..bfe931f5b42a506ca3cceb1a5ec4acdb6a6a4813 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-28,7
+28,7
@@
py2exe_options = {
"compressed": 1,
"optimize": 2,
"dist_dir": '.',
- "dll_excludes": ['w9xpopen.exe'],
+ "dll_excludes": ['w9xpopen.exe'
, 'crypt32.dll'
],
}
py2exe_console = [{