Skip to content
Snippets Groups Projects
Commit fc88f8c5 authored by deuce's avatar deuce
Browse files

Use $(XPDEV_LDFLAGS) and ommit -lm (Comes in from Common.gmake now)

parent 739566bd
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ SRC_ROOT := ..
include $(SRC_ROOT)/build/Common.gmake
LDFLAGS += $(XPDEV_LDFLAGS)
CFLAGS += $(XPDEV_CFLAGS)
LDLIBS += -lm -lxpdev
LDLIBS += $(XPDEV_LIBS)
$(TONE): $(OBJODIR)$(DIRSEP)tone$(OFILE)
@echo Creating $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment