diff --git a/scripts/mk_util.py b/scripts/mk_util.py index 8b75761fe..5563c29a3 100644 --- a/scripts/mk_util.py +++ b/scripts/mk_util.py @@ -1242,7 +1242,7 @@ class DLLComponent(Component): MakeRuleCmd.install_files(out, dllfile, dllInstallPath) pythonPkgDirWithoutPrefix = strip_path_prefix(PYTHON_PACKAGE_DIR, PREFIX) if IS_WINDOWS: - MakeRuleCmd.install_files(dllfile, os.path.join(pythonPkgDirWithoutPrefix, dllfile)) + MakeRuleCmd.install_files(out, dllfile, os.path.join(pythonPkgDirWithoutPrefix, dllfile)) else: # Create symbolic link to save space. # Compute the relative path from the python package directory