-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Part of a greater effort to get qtbase and qtmultimedia cross compiling for windows.
- Loading branch information
1 parent
6a23653
commit 6269f31
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/Makefile.in b/Makefile.in | ||
index d07ad5a..1c15203 100644 | ||
--- a/Makefile.in | ||
+++ b/Makefile.in | ||
@@ -64,7 +64,7 @@ install-strip-compress : install-bin-strip install-info-compress install-man-com | ||
|
||
install-bin : all | ||
if [ ! -d "$(DESTDIR)$(bindir)" ] ; then $(INSTALL_DIR) "$(DESTDIR)$(bindir)" ; fi | ||
- $(INSTALL_PROGRAM) ./$(progname) "$(DESTDIR)$(bindir)/$(progname)" | ||
+ $(INSTALL_PROGRAM) ./$(progname).exe "$(DESTDIR)$(bindir)/$(progname).exe" | ||
|
||
install-bin-strip : all | ||
$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install-bin |