You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
319 B

  1. --- a/CMakeLists.txt
  2. +++ b/CMakeLists.txt
  3. @@ -57,7 +57,7 @@ if ( NOT DEFINED LIB_SUFFIX )
  4. AND NOT EXISTS "/etc/debian_version"
  5. AND NOT EXISTS "/etc/arch-release" )
  6. if ( "${CMAKE_SIZEOF_VOID_P}" EQUAL "8" )
  7. - set ( LIB_SUFFIX 64 )
  8. + set ( LIB_SUFFIX "" )
  9. endif ()
  10. endif ()
  11. endif ()