mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-20 09:20:41 +00:00
Slight fix for correctness with --include.
Reviewed by me.
This commit is contained in:
@@ -113,7 +113,7 @@ function resolveFlags(args)
|
||||
else if (argument.indexOf("-U") === 0)
|
||||
gccFlags.push(argument);
|
||||
|
||||
else if (argument.indexOf("--include") === 0)
|
||||
else if (argument === "--include")
|
||||
{
|
||||
if (++index < count)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user