|
@@ -102,6 +102,9 @@ class XMakeConfiguration(// the project
|
|
parameters.add("-o")
|
|
parameters.add("-o")
|
|
parameters.add(data.buildOutputDirectory)
|
|
parameters.add(data.buildOutputDirectory)
|
|
}
|
|
}
|
|
|
|
+ if(data.additionalConfiguration != "") {
|
|
|
|
+ parameters.add(data.additionalConfiguration)
|
|
|
|
+ }
|
|
|
|
|
|
// make command line
|
|
// make command line
|
|
return makeCommandLine(parameters)
|
|
return makeCommandLine(parameters)
|