[Scummvm-git-logs] scummvm master -> ed0abeda66d90e5358bed726077774ce4431845d
dreammaster
noreply at scummvm.org
Tue Jun 6 05:41:31 UTC 2023
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:
ed0abeda66 MM: Fix define in Makefile.common
Commit: ed0abeda66d90e5358bed726077774ce4431845d
https://github.com/scummvm/scummvm/commit/ed0abeda66d90e5358bed726077774ce4431845d
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2023-06-05T22:41:20-07:00
Commit Message:
MM: Fix define in Makefile.common
Changed paths:
Makefile.common
diff --git a/Makefile.common b/Makefile.common
index 82fea459b0f..62972946365 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -473,7 +473,7 @@ endif
ifdef ENABLE_WINTERMUTE
DIST_FILES_ENGINEDATA+=wintermute.zip
endif
-ifdef ENABLE_XEEN
+ifdef ENABLE_MM
DIST_FILES_ENGINEDATA+=mm.dat
endif
ifdef ENABLE_FREESCAPE
More information about the Scummvm-git-logs
mailing list