diff --git a/Objective-J/CommonJS/lib/objective-j/compiler.js b/Objective-J/CommonJS/lib/objective-j/compiler.js index a83904e15..a0c54468c 100644 --- a/Objective-J/CommonJS/lib/objective-j/compiler.js +++ b/Objective-J/CommonJS/lib/objective-j/compiler.js @@ -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) {