Skip to content
Prev Previous commit
Next Next commit
fixed typo
  • Loading branch information
vimanyu committed Oct 3, 2020
commit 10f8151c1568cad9a7503a63452e2bb86d3d51b5
2 changes: 1 addition & 1 deletion scripts/gha/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def create_vcpkg_triplet(arch, crt_linkage):
Eg: 'x86-windows-dynamic'
"""
contents = [ 'VCPKG_TARGET_ARCHITECTURE {0}'.format(arch),
'VCPLG_CRT_LINKAGE {0}'.format(crt_linkage),
'VCPKG_CRT_LINKAGE {0}'.format(crt_linkage),
'VCPKG_LIBRARY_LINKAGE static']

contents = ['set({0})\n'.format(content) for content in contents]
Expand Down