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
290 B

  1. --- a/CMakeLists.txt
  2. +++ b/CMakeLists.txt
  3. @@ -44,7 +44,7 @@ IF(CMAKE_SIZEOF_VOID_P EQUAL 4)
  4. SET(LIB_SUFFIX "")
  5. SET(PACK_ARCH "")
  6. ELSE(CMAKE_SIZEOF_VOID_P EQUAL 8)
  7. - SET(LIB_SUFFIX 64)
  8. + SET(LIB_SUFFIX "")
  9. SET(PACK_ARCH .x86_64)
  10. endif(CMAKE_SIZEOF_VOID_P EQUAL 4)