Make DFHACK_BUILD_ARCH default to 64

develop
lethosor 2018-07-13 11:04:33 -04:00
parent c259a892c3
commit 14725bce59
2 changed files with 2 additions and 1 deletions

@ -83,7 +83,7 @@ IF(MSVC AND NOT DEFINED DFHACK_BUILD_ARCH)
SET(DFHACK_BUILD_ARCH "32")
ENDIF()
ELSE()
SET(DFHACK_BUILD_ARCH "32" CACHE STRING "Architecture to build ('32' or '64')")
SET(DFHACK_BUILD_ARCH "64" CACHE STRING "Architecture to build ('32' or '64')")
ENDIF()
IF("${DFHACK_BUILD_ARCH}" STREQUAL "32")

@ -62,6 +62,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
- ``stress_cutoffs`` (Lua: ``getStressCutoffs()``)
## Internals
- Changed default build architecture to 64-bit
- Added documentation for all RPC functions and a build-time check
- Added support for build IDs to development builds
- Use ``dlsym(3)`` to find vtables from libgraphics.so