mirror of
https://gitlab.com/openlp/packaging.git
synced 2024-12-22 13:02:50 +00:00
Fix reference to a directory
This commit is contained in:
parent
7a30015296
commit
c04282e102
@ -436,7 +436,7 @@ class WindowsBuilder(Builder):
|
|||||||
Return a list of any extra parameters we wish to use
|
Return a list of any extra parameters we wish to use
|
||||||
"""
|
"""
|
||||||
parameters = []
|
parameters = []
|
||||||
dll_path = '{pf}\\Windows Kits\\10\\Redist\\ucrt\\DLLs\\{arch}\\*.dll'.format(pf=self.program_files,
|
dll_path = '{pf}\\Windows Kits\\10\\Redist\\ucrt\\DLLs\\{arch}\\*.dll'.format(pf=self.program_files_x86,
|
||||||
arch=self.arch)
|
arch=self.arch)
|
||||||
# Finds the UCRT DDLs available from the Windows 10 SDK
|
# Finds the UCRT DDLs available from the Windows 10 SDK
|
||||||
for binary in glob.glob(dll_path):
|
for binary in glob.glob(dll_path):
|
||||||
|
Loading…
Reference in New Issue
Block a user