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

csnover csnover at users.noreply.github.com
Mon Sep 11 06:30:42 CEST 2017


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:
b8f89a772e MACOS: Fix builds on case-sensitive filesystems


Commit: b8f89a772e76b642af43a4d6fe173be1de79cadd
    https://github.com/scummvm/scummvm/commit/b8f89a772e76b642af43a4d6fe173be1de79cadd
Author: Colin Snover (github.com at zetafleet.com)
Date: 2017-09-10T23:30:25-05:00

Commit Message:
MACOS: Fix builds on case-sensitive filesystems

Changed paths:
    backends/platform/sdl/macosx/appmenu_osx.mm


diff --git a/backends/platform/sdl/macosx/appmenu_osx.mm b/backends/platform/sdl/macosx/appmenu_osx.mm
index b02d9c5..64b8e2b 100644
--- a/backends/platform/sdl/macosx/appmenu_osx.mm
+++ b/backends/platform/sdl/macosx/appmenu_osx.mm
@@ -27,7 +27,7 @@
 #include "common/translation.h"
 
 #include "backends/platform/sdl/macosx/macosx-compat.h"
-#include <cocoa/Cocoa.h>
+#include <Cocoa/Cocoa.h>
 
 #if MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_12
 #define NSEventModifierFlagCommand NSCommandKeyMask





More information about the Scummvm-git-logs mailing list