Skip to content

Commit

Permalink
Merge branch 'master' of github.com:etlegacy/etlegacy-libs
Browse files Browse the repository at this point in the history
  • Loading branch information
jackeri committed Mar 15, 2021
2 parents e09e1ad + 9b8c314 commit 94e77a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 94e77a2

Please sign in to comment.