Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use the POLARSSL_LIBRARY variable to set the link library. This fixes a
possible linkage issue when multiple versions of the library are around.
  • Loading branch information
glennricster committed Sep 12, 2013
1 parent b9c1af0 commit acbdcc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/CMakeLists.txt
Expand Up @@ -232,7 +232,7 @@ if(LIBUSB_FOUND)
set(SRCS ${SRCS} Src/IPC_HLE/WII_IPC_HLE_Device_hid.cpp)
endif(LIBUSB_FOUND)

set(LIBS ${LIBS} polarssl)
set(LIBS ${LIBS} ${POLARSSL_LIBRARY})

if(WIN32)
set(SRCS ${SRCS} Src/HW/BBA-TAP/TAP_Win32.cpp Src/stdafx.cpp
Expand Down

0 comments on commit acbdcc8

Please sign in to comment.