mirror of
https://github.com/lexborisov/Modest
synced 2024-11-21 21:31:25 +03:00
Added -lm
This commit is contained in:
parent
fa45cd70e5
commit
acea2403a3
2
Makefile
2
Makefile
@ -62,7 +62,7 @@ include $(TARGET)/modest/Makefile.mk
|
||||
OBJS := $(patsubst %.c,%.o,$(SRCS))
|
||||
|
||||
shared: $(OBJS)
|
||||
$(CC) -shared $(IMP_FLAG) $(LDFLAGS) $(OBJS) -o $(LIB_TMP)/lib$(LIBNAME)$(LIBPOSTFIX)
|
||||
$(CC) -shared $(IMP_FLAG) $(LDFLAGS) $(OBJS) -o $(LIB_TMP)/lib$(LIBNAME)$(LIBPOSTFIX) -lm
|
||||
|
||||
static: shared
|
||||
$(AR) crus $(LIB_TMP)/lib$(LIBNAME)$(LIBSTATIC_POSTFIX).a $(OBJS)
|
||||
|
Loading…
Reference in New Issue
Block a user