Skip to content
Snippets Groups Projects
Commit 870773ec authored by brad kittenbrink's avatar brad kittenbrink
Browse files

Fix for viewer_manifest.py failure on windows.

parent 9d3174c0
No related branches found
No related tags found
No related merge requests found
......@@ -247,13 +247,12 @@ def construct(self):
self.disable_manifest_check()
self.path(src="../viewer_components/updater/scripts/windows/update_install.bat", dst="")
self.path(src="../viewer_components/updater/scripts/windows/update_install.bat", dst="update_install.bat")
# Get shared libs from the shared libs staging directory
if self.prefix(src=os.path.join(os.pardir, 'sharedlibs', self.args['configuration']),
dst=""):
self.enable_crt_manifest_check()
# Get kdu dll, continue if missing.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment