mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-02-23 11:51:10 +00:00
Merge branch 'master' of github.com:etlegacy/etlegacy-libs
This commit is contained in:
commit
94e77a2195
1 changed files with 5 additions and 1 deletions
|
@ -430,7 +430,11 @@ elseif(UNIX)
|
|||
else()
|
||||
#SET(OPENSSL_BUILD ./Configure linux-x86_64 ${CROSS_COMPILE32_FLAGS})
|
||||
# better use ./config here?! (..and not the CROSS_COMPILE32_FLAGS?!)
|
||||
SET(OPENSSL_BUILD ./Configure linux-x86_64)
|
||||
if(NOT ARM)
|
||||
SET(OPENSSL_BUILD ./Configure linux-x86_64)
|
||||
else()
|
||||
SET(OPENSSL_BUILD ./Configure linux-armv4)
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue