mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-04 15:51:42 +00:00
BUILD: Fix filename for libGLEW in the macOS target
This commit is contained in:
parent
417e9767b9
commit
f37ff8cc3a
2
ports.mk
2
ports.mk
@ -436,7 +436,7 @@ OSX_STATIC_LIBS += -framework Sparkle -Wl,-rpath,@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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user