-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libmikmod] resolve ninja error (-w dupbuild=err) (#7052)
- Loading branch information
Showing
4 changed files
with
22 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Source: libmikmod | ||
Version: 3.3.11.1-3 | ||
Version: 3.3.11.1-4 | ||
Homepage: https://sourceforge.net/projects/mikmod/ | ||
Description: Mikmod is a module player and library supporting many formats, including mod, s3m, it, and xm. | ||
Build-Depends: openal-soft |
This file was deleted.
Oops, something went wrong.
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/CMakeLists.txt b/CMakeLists.txt | ||
index 53a174e..5983882 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -404,7 +404,7 @@ IF (ENABLE_STATIC) | ||
|
||
SET_TARGET_PROPERTIES( | ||
mikmod-static | ||
- PROPERTIES OUTPUT_NAME "mikmod" | ||
+ PROPERTIES OUTPUT_NAME "mikmod-static" | ||
) | ||
SET_TARGET_PROPERTIES( | ||
${LIBMIKMOD_LIBS} |
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