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

@@ -28,7 +28,6 @@ class LinuxPlatform extends PlatformTarget {
private var executablePath:String;
private var is64:Bool;
private var isRaspberryPi:Bool;
private var targetDirectory:String;
private var targetType:String;