Skip to content

Commit

Permalink
Add x86_64 to linux check. (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: Sleepy Senzu <[email protected]>
  • Loading branch information
tkyonezu authored and Warchant committed Apr 11, 2019
1 parent b61a1e7 commit b28501f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ed25519_merge_libraries.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function(ed25519_merge_libraries TARGET LIBTYPE)

else()
# it is shared library
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
if ((${CMAKE_SYSTEM_NAME} MATCHES "Linux") AND (${CMAKE_SYSTEM_PROCESSOR} MATCHES "x86_64"))
ed25519_target_link_libraries(amd64-64-24k-pic
"-Wl,--version-script=${CMAKE_SOURCE_DIR}/linker_exportmap"
)
Expand Down

0 comments on commit b28501f

Please sign in to comment.