Skip to content
Snippets Groups Projects
Commit 78bb530d authored by CG Linden's avatar CG Linden
Browse files

Fix llkdu.dll inclusion problem

llkdu.dll was referenced via "configuration", but sharedlibs prefix already included "configuration"
parent be666bc1
No related branches found
No related tags found
No related merge requests found
...@@ -241,7 +241,7 @@ def construct(self): ...@@ -241,7 +241,7 @@ def construct(self):
# Get kdu dll, continue if missing. # Get kdu dll, continue if missing.
try: try:
self.path('%s/llkdu.dll' % self.args['configuration'], dst='llkdu.dll') self.path('llkdu.dll', dst='llkdu.dll')
except RuntimeError: except RuntimeError:
print "Skipping llkdu.dll" print "Skipping llkdu.dll"
......
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