Skip to content

Commit c1043a5

Browse files
committed
- make a real list out of TARGET choices.
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13512 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent e8b5f30 commit c1043a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/Util/Flags.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ constant ConfigFlag SHOW_VERSION = CONFIG_FLAG(4, "version",
490490
SOME("+v"), EXTERNAL(), BOOL_FLAG(false), NONE(),
491491
Util.gettext("Print the version and exit."));
492492
constant ConfigFlag TARGET = CONFIG_FLAG(5, "target", NONE(), EXTERNAL(),
493-
STRING_FLAG("gcc"), SOME(STRING_OPTION({"gcc, msvc"})),
493+
STRING_FLAG("gcc"), SOME(STRING_OPTION({"gcc", "msvc"})),
494494
Util.gettext("Sets the target compiler to use."));
495495
constant ConfigFlag GRAMMAR = CONFIG_FLAG(6, "grammar", SOME("g"), EXTERNAL(),
496496
ENUM_FLAG(MODELICA, {("Modelica", MODELICA), ("MetaModelica", METAMODELICA), ("ParModelica", PARMODELICA)}),

0 commit comments

Comments
 (0)