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

SupSuper supsuper at gmail.com
Sat Oct 3 21:31:49 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:
a2c7c9bf2f DEVTOOLS: Fix create_project invalid parameter


Commit: a2c7c9bf2fad58adebd5df147655bf1bad90c7c6
    https://github.com/scummvm/scummvm/commit/a2c7c9bf2fad58adebd5df147655bf1bad90c7c6
Author: SupSuper (supsuper at gmail.com)
Date: 2020-10-03T22:31:01+01:00

Commit Message:
DEVTOOLS: Fix create_project invalid parameter

Changed paths:
    devtools/create_project/create_project.cpp


diff --git a/devtools/create_project/create_project.cpp b/devtools/create_project/create_project.cpp
index 7ddc0a7339..f112f9d82e 100644
--- a/devtools/create_project/create_project.cpp
+++ b/devtools/create_project/create_project.cpp
@@ -1065,7 +1065,7 @@ const Feature s_features[] = {
 	{     "text-console", "USE_TEXT_CONSOLE_FOR_DEBUGGER", false, false, "Text console debugger" }, // This feature is always applied in xcode projects
 	{              "tts",                       "USE_TTS", false, true,  "Text to speech support"},
 	{"builtin-resources",             "BUILTIN_RESOURCES", false, true,  "include resources (e.g. engine data, fonts) into the binary"},
-	{"detection-static", "USE_DETECTION_FEATURES_STATIC",  "", true,  "Static linking of detection objects for engines."},
+	{"detection-static", "USE_DETECTION_FEATURES_STATIC",  false, true,  "Static linking of detection objects for engines."},
 	{            "cxx11",                     "USE_CXX11", false, true,  "Compile with c++11 support"}
 };
 




More information about the Scummvm-git-logs mailing list