ucx/Makefile

changeset 511
11004f307eae
parent 440
7c4b9cba09ca
--- a/ucx/Makefile	Tue Mar 25 13:31:30 2025 +0100
+++ b/ucx/Makefile	Tue Mar 25 14:04:43 2025 +0100
@@ -49,7 +49,7 @@
 
 OBJ   = $(SRC:%.c=../build/ucx/%$(OBJ_EXT))
 
-UCX_LIB = ../build/lib/libucx$(LIB_EXT)
+UCX_LIB = ../build/lib/$(LIB_PREFIX)ucx$(LIB_EXT)
 
 all: ../build/ucx $(UCX_LIB)
 

mercurial