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

wraptest is multithreaded.

parent 78d295af
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ endif
MT_CFLAGS += $(XPDEV-MT_CFLAGS)
# Executable Build Rule
$(WRAPTEST): $(OBJODIR)/wraptest.o $(DEPS)
$(WRAPTEST): $(MTOBJODIR)/wraptest.o $(DEPS)
@echo Linking $@
$(QUIET)$(CC) -o $@ $(LDFLAGS) $(MT_LDFLAGS) $^ $(XPDEV-MT_LIBS)
......
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