| diff -up Python-3.5.0/Makefile.pre.in.lib Python-3.5.0/Makefile.pre.in |
| |
| |
| @@ -1340,7 +1340,7 @@ inclinstall: |
| |
| # Install the library and miscellaneous stuff needed for extending/embedding |
| # This goes into $(exec_prefix) |
| -LIBPL= @LIBPL@ |
| +LIBPL= $(LIBDEST)/config-$(LDVERSION)-$(MULTIARCH) |
| |
| # pkgconfig directory |
| LIBPC= $(LIBDIR)/pkgconfig |