mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-03 23:52:41 +00:00
DEVTOOLS: Fix create_project invalid parameter
This commit is contained in:
parent
742e879b1f
commit
a2c7c9bf2f
@ -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"}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user