mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Build fixes.
This commit is contained in:
parent
99ee1a6a62
commit
45607201ab
@ -14,7 +14,7 @@ target_link_libraries(testeth secp256k1)
|
||||
target_link_libraries(testeth gmp)
|
||||
target_link_libraries(testeth ${CRYPTOPP_LS})
|
||||
|
||||
if (${TARGET_PLATFORM} STREQUAL "w64")
|
||||
if ("${TARGET_PLATFORM}" STREQUAL "w64")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -static-libgcc -static-libstdc++")
|
||||
target_link_libraries(testeth boost_system-mt-s)
|
||||
target_link_libraries(testeth boost_filesystem-mt-s)
|
||||
|
Loading…
Reference in New Issue
Block a user