Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.
This commit is contained in:
parent
0ee00861f6
commit
b39c053785
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