Commit 6d62d950 authored by Tristan Gingold's avatar Tristan Gingold

Makefile: adjust link command

parent 0b1d310c
......@@ -40,7 +40,7 @@ $(LIB): $(OBJS)
$(AR) $(ARFLAGS) $@ $^
$(LIBSO_XYZ): $(OBJS)
$(CC) -shared $^ -L$(WRTD_DEP_TRTL)/lib -lmockturtle -o $@
$(CC) -shared $^ -L$(WRTD_DEP_TRTL)/software/lib -lmockturtle -o $@
$(LIBSO): $(LIBSO_XYZ)
ln -sf $< $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment