Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed Jan 9, 2025
1 parent fae02a1 commit 37d32e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/vcpkg-triplets/gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def add_copyright_header(f):
add_copyright_header(f)
if target_abi == "universal2":
# Assume the host machine is Intel based
f.write(f"set(VCPKG_TARGET_ARCHITECTURE x64)\n")
f.write("set(VCPKG_TARGET_ARCHITECTURE x64)\n")
else:
f.write(f"set(VCPKG_TARGET_ARCHITECTURE {target_abi})\n")
f.write(f"set(VCPKG_CRT_LINKAGE {crt_linkage})\n")
Expand Down

0 comments on commit 37d32e6

Please sign in to comment.