Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/widgets/projectionselector/Makefile.win

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ $(DLL): .libs/libqgsprojectionselector.a
2121
$(STRIP) $@
2222

2323
install: all
24-
$(INSTALL) -m 755 $(DLL) $(prefix)/bin/$(DLL)
24+
$(INSTALL) -m 755 $(DLL) $(DLLDIR)/$(DLL)
2525

2626
include $(QGTOP)/Makefile.win.rules

0 commit comments

Comments
 (0)
Please sign in to comment.