Skip to content

Commit

Permalink
Fix make install (force update symlinks).
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioginer committed Feb 15, 2024
1 parent baaf649 commit ef7e6f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ install:
$(INSTALL) -Dm644 switchres.h $(INCDIR)/switchres/switchres.h
$(INSTALL) -Dm644 switchres.pc $(PKGDIR)/switchres.pc
ifneq ($(SO_NAME),)
$(LN) -s $(REAL_SO_NAME) $(LIBDIR)/$(SO_NAME)
$(LN) -s $(SO_NAME) $(LIBDIR)/$(LINKER_NAME)
$(LN) -s -f $(REAL_SO_NAME) $(LIBDIR)/$(SO_NAME)
$(LN) -s -f $(SO_NAME) $(LIBDIR)/$(LINKER_NAME)
endif

uninstall:
Expand Down

0 comments on commit ef7e6f4

Please sign in to comment.