Skip to content

Commit 69a29d1

Browse files
author
Roger Ostrander
committed
Explicitly linked to libtre
1 parent 238bb43 commit 69a29d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ all: $(LIB) tests/test tests/simple_demo
114114
$(LIBOBJS): $(LIBHDRS) Makefile
115115

116116
$(LIB) lib/$(LIB_NAME): $(LIBOBJS) Makefile
117-
$(CC) -shared -Wl,-soname,$(LIB_NAME) -o lib/$(LIB_NAME) $(LIBOBJS)
117+
$(CC) -shared -Wl,-soname,$(LIB_NAME) -o lib/$(LIB_NAME) $(LIBOBJS) -ltre
118118
ln -sf $(LIB_NAME) $(LIB)
119119

120120
lib/%.o: lib/%.c

0 commit comments

Comments
 (0)