Fix building with libvncserver

This commit is contained in:
Jasmine Iwanek
2022-12-29 21:59:21 -05:00
parent 7ec2a1c148
commit a2568a6fea
3 changed files with 501 additions and 6 deletions

View File

@@ -416,7 +416,7 @@ ifeq ($(VNC), y)
OPTS += -I$(VNC_PATH)\INCLUDE
VNCLIB := -L$(VNC_PATH)\LIB
endif
VNCLIB += -lvncserver
VNCLIB += -lvncserver.dll
VNCOBJ := vnc.o vnc_keymap.o
endif