Skip to content
Snippets Groups Projects
Commit e50eb1f5 authored by Alam Arias's avatar Alam Arias
Browse files

Merge remote-tracking branch 'upstream/master'

parents af17038c 49dddf54
No related branches found
No related tags found
1 merge request!2lol xd
......@@ -57,7 +57,8 @@ macro(copy_files_to_build_dir target dlllist_var)
endmacro()
# 64-bit check
if(${CMAKE_SIZEOF_VOID_P} EQUAL 8)
message(STATUS "CMAKE_SIZEOF_VOID_P=" ${CMAKE_SIZEOF_VOID_P})
if(CMAKE_SIZEOF_VOID_P EQUAL 8)
message(STATUS "Target is 64-bit")
set(SRB2_SYSTEM_BITS 64)
else()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment