mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-02-09 09:57:28 +03:00
nsis: Ship libwinpthread even without libvirt support
Without libwinpthread, remote-viewer complains about missing this dll, when built using --without-libvirt
This commit is contained in:
parent
2088585143
commit
9c1f0dccde
@ -138,13 +138,13 @@ Section "VirtViewer"
|
||||
File "@prefix@/bin/libxml2-2.dll"
|
||||
File "@prefix@/bin/libp11-kit-0.dll"
|
||||
File "@prefix@/bin/libssp-0.dll"
|
||||
File "@prefix@/bin/libwinpthread-1.dll"
|
||||
!if ${HaveLibvirt} == True
|
||||
File "@prefix@/bin/libssh2-1.dll"
|
||||
File "@prefix@/bin/libcurl-4.dll"
|
||||
File "@prefix@/bin/libportablexdr-0.dll"
|
||||
File "@prefix@/bin/libidn-11.dll"
|
||||
File "@prefix@/bin/libvirt-0.dll"
|
||||
File "@prefix@/bin/libwinpthread-1.dll"
|
||||
File "@prefix@/bin/libvirt-qemu-0.dll"
|
||||
File "@prefix@/bin/libvirt-lxc-0.dll"
|
||||
File "@prefix@/bin/virsh.exe"
|
||||
|
Loading…
x
Reference in New Issue
Block a user