Remove forced -Ddisplay on 'lime display' output

This commit is contained in:
Joshua Granick
2018-08-14 09:08:50 -07:00
parent 8aec4d7080
commit ccf8c48923
11 changed files with 9 additions and 11 deletions

View File

@@ -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);
}