[Scummvm-git-logs] scummvm branch-2-9 -> dbf6c071ea587477d0738ccdb8316b37dd48fc27

criezy noreply at scummvm.org
Wed Dec 4 00:52:09 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
dbf6c071ea BUILD: Fix building macOS bundle with libopenmpt


Commit: dbf6c071ea587477d0738ccdb8316b37dd48fc27
    https://github.com/scummvm/scummvm/commit/dbf6c071ea587477d0738ccdb8316b37dd48fc27
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2024-12-04T00:51:45Z

Commit Message:
BUILD: Fix building macOS bundle with libopenmpt

OpenMPT has a dependency on mpg123, so we need to link it as well
as otherwise we get undefined symbols.

Changed paths:
    ports.mk


diff --git a/ports.mk b/ports.mk
index 03545cb0a12..182e488588e 100644
--- a/ports.mk
+++ b/ports.mk
@@ -539,7 +539,7 @@ OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libmikmod.a
 endif
 
 ifdef USE_OPENMPT
-OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libopenmpt.a
+OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libopenmpt.a $(STATICLIBPATH)/lib/libmpg123.a
 endif
 
 ifdef USE_MPEG2




More information about the Scummvm-git-logs mailing list