mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-03 01:40:23 +00:00
Makefile: remove hardcoded -soname for libyosys.so
This commit is contained in:
parent
834a7294b7
commit
059228dd4e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -747,7 +747,7 @@ libyosys.so: $(filter-out kernel/driver.o,$(OBJS))
|
|||
ifeq ($(OS), Darwin)
|
||||
$(P) $(CXX) -o libyosys.so -shared -undefined dynamic_lookup -Wl,-install_name,$(LIBDIR)/libyosys.so $(LINKFLAGS) $^ $(LIBS) $(LIBS_VERIFIC)
|
||||
else
|
||||
$(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)
|
||||
endif
|
||||
|
||||
%.o: %.cc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue