OS4 is PPC

This commit is contained in:
Chris Young 2012-06-05 12:07:08 +01:00
parent 82c23c5870
commit cada414a80

View File

@ -31,7 +31,7 @@ INCLUDE_DIRECTORIES(deps/zlib src include)
IF (OPENSSL_CRYPTO_LIBRARIES)
SET(SHA1_TYPE "openssl" CACHE STRING "Which SHA1 implementation to use: builtin, ppc, openssl")
ELSEIF ()
SET(SHA1_TYPE "builtin" CACHE STRING "Which SHA1 implementation to use: builtin, ppc")
SET(SHA1_TYPE "ppc" CACHE STRING "Which SHA1 implementation to use: builtin, ppc")
ENDIF ()
INCLUDE(FindPkgConfig)