summaryrefslogtreecommitdiff
path: root/libbridge
diff options
context:
space:
mode:
Diffstat (limited to 'libbridge')
-rw-r--r--libbridge/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbridge/CMakeLists.txt b/libbridge/CMakeLists.txt
index 3d87455..2679186 100644
--- a/libbridge/CMakeLists.txt
+++ b/libbridge/CMakeLists.txt
@@ -257,7 +257,7 @@ include_directories( ${EXTERNAL_LIBS_DIR}/include )
message(STATUS EXTERNAL_LIBS_DIR : ${EXTERNAL_LIBS_DIR})
-if(${HOST_ABI} STREQUAL "x86_64")
+if(${HOST_ABI} STREQUAL "x86_64-linux-gnu")
set(EXTRA_LIBS "wallet-crypto")
else()
set(EXTRA_LIBS "")