Skip to content
Snippets Groups Projects
Commit b00aa9d4 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Add test to end of rwlock

parent 7513fa8e
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -31,7 +31,7 @@ endif
# Executable Build Rule
$(WRAPTEST): $(MTOBJODIR)/wraptest.o $(DEPS)
@echo Linking $@
$(QUIET)$(CC) -o $@ $(LDFLAGS) $(MT_LDFLAGS) $^ $(XPDEV-MT_LIB_BUILD) -lm
$(QUIET)$(CC) -o $@ $(LDFLAGS) $(MT_LDFLAGS) $^ $(XPDEV-MT_LIB_BUILD) -lm $(XPDEV-MT_LIBS)
$(XPTIME): $(OBJODIR)/xptime.o $(XPDEV_LIB_BUILD)
@echo Linking $@
......
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