Commit adf8e7f246e0a05a707cdd22c66f08e200a00244
1 parent
cb899060
Exists in
develop
Fixing macos build.
Showing
1 changed file
with
0 additions
and
6 deletions
Show diff stats
Makefile.in
... | ... | @@ -399,12 +399,6 @@ install-linux-dev: |
399 | 399 | |
400 | 400 | install-macos-dev: |
401 | 401 | |
402 | - @$(MKDIR) \ | |
403 | - $(DESTDIR)$(libdir) | |
404 | - | |
405 | - @$(LN_S) \ | |
406 | - $(LIBNAME)@DLLEXT@.@PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@ \ | |
407 | - $(DESTDIR)$(libdir)/$(LIBNAME)@DLLEXT@ | |
408 | 402 | |
409 | 403 | install-windows-dev: \ |
410 | 404 | $(BINRLS)/$(SONAME) \ | ... | ... |