Skip to content

Commit

Permalink
Merged revision(s) 22774 from trunk/OpenMPT:
Browse files Browse the repository at this point in the history
[Mod] build: premake: mpg123: Use generic config.h.
........


git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.31@22784 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Jan 4, 2025
1 parent 1bc7f23 commit 7e06f13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/premake-xcode/ext-mpg123.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
dofile "../../build/premake-xcode/premake-defaults.lua"
targetname "openmpt-mpg123"
includedirs {
"../../include/mpg123/ports/Xcode",
"../../include/mpg123/ports/generic",
"../../include/mpg123/src/include",
}
files {
Expand Down
2 changes: 1 addition & 1 deletion build/premake/ext-mpg123.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
mpt_kind "shared"
targetname "openmpt-mpg123"
includedirs {
"../../include/mpg123/ports/MSVC++",
"../../include/mpg123/ports/generic",
"../../include/mpg123/src/include",
}
filter {}
Expand Down

0 comments on commit 7e06f13

Please sign in to comment.