mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Build fixes.
This commit is contained in:
parent
b5cc0ae6cd
commit
352e751799
@ -21,7 +21,7 @@ target_link_libraries(${EXECUTABLE} evmface)
|
||||
target_link_libraries(${EXECUTABLE} ethential)
|
||||
|
||||
|
||||
if(${TARGET_PLATFORM} STREQUAL "w64")
|
||||
if("${TARGET_PLATFORM}" STREQUAL "w64")
|
||||
target_link_libraries(${EXECUTABLE} boost_system-mt-s)
|
||||
target_link_libraries(${EXECUTABLE} boost_thread_win32-mt-s)
|
||||
target_link_libraries(${EXECUTABLE} iphlpapi)
|
||||
|
Loading…
Reference in New Issue
Block a user