Skip to content

Commit

Permalink
i#58 MacOS: only build 32-bit for release packages
Browse files Browse the repository at this point in the history
Limits package.cmake to 32-bit only for Mac.

Review-URL: https://codereview.appspot.com/272080043
  • Loading branch information
derekbruening committed Oct 21, 2015
1 parent 3e978d2 commit 0f90cf9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions make/package.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ set(run_tests OFF)
set(CTEST_SOURCE_DIRECTORY "${CTEST_SCRIPT_DIRECTORY}/..")
include("${CTEST_SCRIPT_DIRECTORY}/../suite/runsuite_common_pre.cmake")

if (APPLE)
# DRi#58: core DR does not yet support 64-bit Mac
set(arg_32_only ON)
endif ()

set(base_cache "
BUILD_NUMBER:STRING=${arg_build}
UNIQUE_BUILD_NUMBER:STRING=${arg_ubuild}
Expand Down

0 comments on commit 0f90cf9

Please sign in to comment.