We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6fdcdd4 + 059228d commit c6b8f0eCopy full SHA for c6b8f0e
Makefile
@@ -747,7 +747,7 @@ libyosys.so: $(filter-out kernel/driver.o,$(OBJS))
747
ifeq ($(OS), Darwin)
748
$(P) $(CXX) -o libyosys.so -shared -undefined dynamic_lookup -Wl,-install_name,$(LIBDIR)/libyosys.so $(LINKFLAGS) $^ $(LIBS) $(LIBS_VERIFIC)
749
else
750
- $(P) $(CXX) -o libyosys.so -shared -Wl,-soname,$(LIBDIR)/libyosys.so $(LINKFLAGS) $^ $(LIBS) $(LIBS_VERIFIC)
+ $(P) $(CXX) -o libyosys.so -shared -Wl,-soname,libyosys.so $(LINKFLAGS) $^ $(LIBS) $(LIBS_VERIFIC)
751
endif
752
753
%.o: %.cc
0 commit comments