Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.

This commit is contained in:
bunnei 2015-08-14 22:29:08 -04:00
parent e019e69016
commit 4ffc095fa3
11 changed files with 34 additions and 34 deletions

View file

@ -42,7 +42,7 @@ set(HEADERS
video_core.h
)
if(ARCHITECTURE_X64)
if(ARCHITECTURE_x86_64)
set(SRCS ${SRCS}
shader/shader_jit_x64.cpp)