mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-19 02:10:28 +08:00
add windows missing system library for nsis
This commit is contained in:
parent
664a181b8f
commit
83ade3638a
@ -14,10 +14,8 @@ list(APPEND DIRS "/usr/local/lib")
|
||||
list(APPEND DIRS "/usr/lib")
|
||||
|
||||
if(MSVC)
|
||||
if(NOT BUILD_NSIS)
|
||||
set(CMAKE_INSTALL_SYSTEM_RUNTIME_DESTINATION .)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
include(InstallRequiredSystemLibraries)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user