diff -r 4b31c74666d7 -r ac867877999e ui/Makefile --- a/ui/Makefile Wed Mar 26 20:39:04 2025 +0100 +++ b/ui/Makefile Wed Mar 26 20:42:02 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)