Skip to content

Commit

Permalink
Rename emitElf64, fix 32-bit build
Browse files Browse the repository at this point in the history
  • Loading branch information
wrwilliams committed Jun 8, 2016
1 parent 4b099da commit ca8800a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/shared.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set (DYNINST_MINOR_VERSION 1)
set (DYNINST_PATCH_VERSION 0)

# Debugging
# set(Boost_DEBUG 1)
set(Boost_DEBUG 1)

set (SOVERSION "${DYNINST_MAJOR_VERSION}.${DYNINST_MINOR_VERSION}")
set (LIBVERSION "${SOVERSION}.${DYNINST_PATCH_VERSION}")
Expand Down

0 comments on commit ca8800a

Please sign in to comment.