From 374595f8524edc138aaaed5bf7dd3368d2f7fc1e Mon Sep 17 00:00:00 2001 From: rdb Date: Wed, 8 Jul 2009 09:13:57 +0000 Subject: [PATCH] Minor fix --- direct/src/showutil/FreezeTool.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/direct/src/showutil/FreezeTool.py b/direct/src/showutil/FreezeTool.py index 7862fba207..d359687521 100644 --- a/direct/src/showutil/FreezeTool.py +++ b/direct/src/showutil/FreezeTool.py @@ -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, }