mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 23:22:25 +00:00
small fix to build options, whitespace is necessary.
This commit is contained in:
parent
b8d08c007a
commit
c4213e333a
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue