Commit 84cd21a5ce478b8ee31f09d3d975e78d266d6f59
1 parent
5082c96e
Exists in
master
and in
3 other branches
Fixing windows build.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
Makefile.in
@@ -347,6 +347,7 @@ install-windows-dev: \ | @@ -347,6 +347,7 @@ install-windows-dev: \ | ||
347 | $(BINRLS)/$(SONAME) \ | 347 | $(BINRLS)/$(SONAME) \ |
348 | $(BINRLS)/$(LIBNAME).dll.a | 348 | $(BINRLS)/$(LIBNAME).dll.a |
349 | 349 | ||
350 | + # Install Windows development files | ||
350 | @$(MKDIR) \ | 351 | @$(MKDIR) \ |
351 | $(DESTDIR)$(libdir) | 352 | $(DESTDIR)$(libdir) |
352 | 353 |