Use a standardized 'targetDirectory' value in the target handlers, and pass this onto the library processors for use with caching

This commit is contained in:
Joshua Granick
2014-12-25 21:20:32 -08:00
parent 614d319330
commit 287b94e6dd
14 changed files with 165 additions and 173 deletions

View File

@@ -31,7 +31,6 @@ class MacPlatform extends PlatformTarget {
private var executableDirectory:String;
private var executablePath:String;
private var is64:Bool;
private var targetDirectory:String;
private var targetType:String;