Commit ca1bde54af14b0bc1e16b546a4e1281a3bc39f42

Authored by Perry Werneck
1 parent 1a812070
Exists in develop

Fixing macos lib name.

Showing 1 changed file with 1 additions and 5 deletions   Show diff stats
Makefile.in
... ... @@ -378,7 +378,7 @@ install-macos-lib: \
378 378  
379 379 @$(INSTALL_PROGRAM) \
380 380 $(BINRLS)/$(SONAME) \
381   - $(DESTDIR)$(libdir)/$(LIBNAME)@DLLEXT@.@PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@
  381 + $(DESTDIR)$(libdir)/$(LIBNAME)@DLLEXT@
382 382  
383 383 install-windows-lib: \
384 384 $(BINRLS)/$(SONAME) \
... ... @@ -464,10 +464,6 @@ install-macos-dev:
464 464 @$(MKDIR) \
465 465 $(DESTDIR)$(libdir)
466 466  
467   - @$(LN_S) \
468   - $(LIBNAME)@DLLEXT@.@PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@ \
469   - $(DESTDIR)$(libdir)/$(LIBNAME)@DLLEXT@
470   -
471 467 install-windows-dev: \
472 468 strip \
473 469 $(BINRLS)/$(LIBNAME).dll.a
... ...