mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-03 07:22:10 +00:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
edd8598628
1 changed files with 2 additions and 1 deletions
|
|
@ -57,7 +57,8 @@ macro(copy_files_to_build_dir target dlllist_var)
|
||||||
endmacro()
|
endmacro()
|
||||||
|
|
||||||
# 64-bit check
|
# 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")
|
message(STATUS "Target is 64-bit")
|
||||||
set(SRB2_SYSTEM_BITS 64)
|
set(SRB2_SYSTEM_BITS 64)
|
||||||
else()
|
else()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue