Remove forced -Ddisplay on 'lime display' output
This commit is contained in:
@@ -258,7 +258,7 @@ class MacPlatform extends PlatformTarget {
|
||||
var context = generateContext ();
|
||||
context.OUTPUT_DIR = targetDirectory;
|
||||
|
||||
return template.execute (context) + "\n-D display";
|
||||
return template.execute (context);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user