mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 04:37:51 +00:00
Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.
This commit is contained in:
parent
e019e69016
commit
4ffc095fa3
11 changed files with 34 additions and 34 deletions
|
@ -58,7 +58,7 @@ set(HEADERS
|
|||
vector_math.h
|
||||
)
|
||||
|
||||
if(ARCHITECTURE_X64)
|
||||
if(ARCHITECTURE_x86_64)
|
||||
set(SRCS ${SRCS}
|
||||
x64/abi.cpp
|
||||
x64/cpu_detect.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue