diff -r 973b587334c2 -r f38d354623be ui/cocoa/objs.mk --- a/ui/cocoa/objs.mk Thu Aug 06 17:34:00 2026 +0200 +++ b/ui/cocoa/objs.mk Thu Aug 06 17:48:19 2026 +0200 @@ -52,6 +52,7 @@ COCOAOBJ += entry.o COCOAOBJ += TabView.o COCOAOBJ += action.o +COCOAOBJ += webview.o TOOLKITOBJS += $(COCOAOBJ:%=$(COCOA_OBJPRE)%) TOOLKITSOURCE += $(COCOAOBJ:%.o=cocoa/%.m)