Minor fix

This commit is contained in:
rdb 2009-07-08 09:13:57 +00:00
parent 7127006958
commit 374595f852

View File

@ -785,6 +785,9 @@ class Freezer:
link = self.linkExe % {
'python' : Python,
'msvs' : MSVS,
'pythonIPath' : PythonIPath,
'pythonLPath' : PythonLPath,
'pythonVersion' : PythonVersion,
'filename' : filename,
'basename' : basename,
}
@ -809,6 +812,9 @@ class Freezer:
link = self.linkDll % {
'python' : Python,
'msvs' : MSVS,
'pythonIPath' : PythonIPath,
'pythonLPath' : PythonLPath,
'pythonVersion' : PythonVersion,
'filename' : filename,
'basename' : basename,
}