1
0
forked from clan/clan-core

clan-vm-manager: Removing exit

This commit is contained in:
Luis Hebendanz 2024-04-12 12:58:46 +02:00
parent 54e9439f0a
commit bd5fd8b7b1

View File

@ -45,7 +45,7 @@ from libvncclient import (
path_to_lib = libvncclient._libs["libvncclient.so"].access["cdecl"]._name
if path_to_lib.startswith("/nix/store/"):
print("Using libvncclient from nix store")
exit(-1)
libc = CDLL("libc.so.6") # Use the correct path for your libc