mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-26 22:43:01 +00:00
take 3
This commit is contained in:
parent
4b0ffcafe8
commit
70ff71af44
1 changed files with 2 additions and 2 deletions
|
@ -442,9 +442,9 @@ else()
|
|||
endif()
|
||||
|
||||
if (WIN32)
|
||||
list(APPEND DEPENDENCIES_LIBRARIES shlwapi imagehlp msvcr90)
|
||||
list(APPEND DEPENDENCIES_LIBRARIES shlwapi imagehlp)
|
||||
if (NOT MSVC)
|
||||
list(APPEND DEPENDENCIES_LIBRARIES -static)
|
||||
list(APPEND DEPENDENCIES_LIBRARIES msvcr90 -static)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue