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 Oct 31, 2016
1 parent 859cb77 commit 5ca02b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/shared.cmake
Expand Up @@ -3,7 +3,7 @@ set (DYNINST_MINOR_VERSION 2)
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 5ca02b3

Please sign in to comment.