small fix to build options, whitespace is necessary.

This commit is contained in:
Norayr Chilingarian 2023-10-05 17:00:23 +04:00
parent b8d08c007a
commit c4213e333a

View file

@ -51,6 +51,7 @@ BEGIN
Strings.Append(OPM.ResourceDir, s);
Strings.Append('/include" ', s);
Strings.Append(additionalopts, s);
Strings.Append(" ", s);
Platform.GetEnv("CFLAGS", CFLAGS);
Strings.Append (CFLAGS, s);
Strings.Append (" ", s);