diff -r 11004f307eae -r 3cb2587f8891 ui/Makefile --- a/ui/Makefile Tue Mar 25 14:04:43 2025 +0100 +++ b/ui/Makefile Tue Mar 25 14:17:00 2025 +0100 @@ -33,7 +33,7 @@ include common/objs.mk -UI_LIB = ../build/lib/libuitk$(LIB_EXT) +UI_LIB = ../build/lib/$(LIB_PREFIX)uitk$(LIB_EXT) include $(TOOLKIT)/objs.mk OBJ = $(TOOLKITOBJS) $(COMMONOBJS)