Commit ba50573f authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

makedep: Use hybrid ARM64X images for ARM64EC.

parent 8825f4df
......@@ -573,7 +573,7 @@ static inline const char *get_arch_dir( struct target target )
[CPU_x86_64] = "x86_64",
[CPU_ARM] = "arm",
[CPU_ARM64] = "aarch64",
[CPU_ARM64EC] = "arm64ec",
[CPU_ARM64EC] = "aarch64",
};
if (!cpu_names[target.cpu]) return "";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment