From: <sv...@op...> - 2025-01-04 08:09:06
|
Author: manx Date: Sat Jan 4 09:08:54 2025 New Revision: 22774 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=22774 Log: [Mod] build: premake: mpg123: Use generic config.h. Modified: trunk/OpenMPT/build/premake-xcode/ext-mpg123.lua trunk/OpenMPT/build/premake/ext-mpg123.lua Modified: trunk/OpenMPT/build/premake-xcode/ext-mpg123.lua ============================================================================== --- trunk/OpenMPT/build/premake-xcode/ext-mpg123.lua Sat Jan 4 09:07:50 2025 (r22773) +++ trunk/OpenMPT/build/premake-xcode/ext-mpg123.lua Sat Jan 4 09:08:54 2025 (r22774) @@ -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 { Modified: trunk/OpenMPT/build/premake/ext-mpg123.lua ============================================================================== --- trunk/OpenMPT/build/premake/ext-mpg123.lua Sat Jan 4 09:07:50 2025 (r22773) +++ trunk/OpenMPT/build/premake/ext-mpg123.lua Sat Jan 4 09:08:54 2025 (r22774) @@ -6,13 +6,13 @@ mpt_kind "shared" targetname "openmpt-mpg123" includedirs { - "../../include/mpg123/ports/MSVC++", + "../../include/mpg123/ports/generic", "../../include/mpg123/src/include", } filter {} files { "../../include/mpg123/ports/makefile/config.h", - "../../include/mpg123/ports/MSVC++/config.h", + "../../include/mpg123/ports/generic/config.h", } files { "../../include/mpg123/src/common/abi_align.h", |