[Scummvm-git-logs] scummvm master -> f37ff8cc3adc7538a31afa7ef3cc72bbeef2fe45

lotharsm mail at serra.me
Tue Oct 27 09:21:57 UTC 2020


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:
f37ff8cc3a BUILD: Fix filename for libGLEW in the macOS target


Commit: f37ff8cc3adc7538a31afa7ef3cc72bbeef2fe45
    https://github.com/scummvm/scummvm/commit/f37ff8cc3adc7538a31afa7ef3cc72bbeef2fe45
Author: Lothar Serra Mari (mail at serra.me)
Date: 2020-10-27T10:21:38+01:00

Commit Message:
BUILD: Fix filename for libGLEW in the macOS target

Changed paths:
    ports.mk


diff --git a/ports.mk b/ports.mk
index 950dde9a76..29d4af972a 100644
--- a/ports.mk
+++ b/ports.mk
@@ -436,7 +436,7 @@ OSX_STATIC_LIBS += -framework Sparkle -Wl,-rpath, at loader_path/../Frameworks
 endif
 endif
 ifdef USE_GLEW
-OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libglew.a
+OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libGLEW.a
 endif
 
 # Special target to create a static linked binary for Mac OS X.




More information about the Scummvm-git-logs mailing list