[Scummvm-git-logs] scummvm master -> 96d87a821fa715f69d0507f455eded82fc39376d

csnover csnover at users.noreply.github.com
Mon Sep 11 05:35:08 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:
96d87a821f GUI: Fix non-macOS/iOS builds


Commit: 96d87a821fa715f69d0507f455eded82fc39376d
    https://github.com/scummvm/scummvm/commit/96d87a821fa715f69d0507f455eded82fc39376d
Author: Colin Snover (github.com at zetafleet.com)
Date: 2017-09-10T22:35:02-05:00

Commit Message:
GUI: Fix non-macOS/iOS builds

Changed paths:
    gui/module.mk


diff --git a/gui/module.mk b/gui/module.mk
index 171b3aa..eb3ee88 100644
--- a/gui/module.mk
+++ b/gui/module.mk
@@ -44,6 +44,9 @@ else
 ifdef MACOSX
 MODULE_OBJS += \
 	browser_osx.o
+else
+MODULE_OBJS += \
+	browser.o
 endif
 endif
 





More information about the Scummvm-git-logs mailing list