mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
Minor fix
This commit is contained in:
parent
7127006958
commit
374595f852
@ -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,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user