Commit 1d46b1a62e584fc90148058a53b002db96ef4569
1 parent
5318cfe0
Exists in
master
and in
1 other branch
Fixing win32 builds.
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
Makefile.in
| ... | ... | @@ -248,9 +248,10 @@ install-static: \ |
| 248 | 248 | $(BINRLS)/static/$(LIBNAME).a |
| 249 | 249 | |
| 250 | 250 | # Install static library |
| 251 | + @mkdir -p $(DESTDIR)$(libdir) | |
| 251 | 252 | @$(INSTALL_DATA) \ |
| 252 | 253 | $(BINRLS)/static/$(LIBNAME).a \ |
| 253 | - $(DESTDIR)$(libdir) | |
| 254 | + $(DESTDIR)$(libdir)/$(LIBNAME)static.a | |
| 254 | 255 | |
| 255 | 256 | install-dev: |
| 256 | 257 | ... | ... |