Skip to content
Snippets Groups Projects
Unverified Commit 1a91b1dd authored by fireice-uk's avatar fireice-uk Committed by GitHub
Browse files

Merge pull request #140 from psychocrypt/fix-windowsCompileV140

fix broken windows compile with v140
parents 27e511a1 c85d4d08
No related branches found
No related tags found
No related merge requests found
......@@ -446,7 +446,7 @@ add_library(xmr-stak-c
${SRCFILES_C}
)
set_property(TARGET xmr-stak-c PROPERTY C_STANDARD 99)
target_link_libraries(xmr-stak-c ${LIBS})
target_link_libraries(xmr-stak-c ${MHTD} ${LIBS})
# compile generic backend files
file(GLOB BACKEND_CPP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment