diff --git a/Source/Editor/Cooker/PlatformTools.h b/Source/Editor/Cooker/PlatformTools.h index 20d578d2e..63b018343 100644 --- a/Source/Editor/Cooker/PlatformTools.h +++ b/Source/Editor/Cooker/PlatformTools.h @@ -136,6 +136,8 @@ public: String AssemblerArgs; String ArchiverPath; String ArchiverArgs; + String AuxToolPath; + String AuxToolArgs; String AotCachePath; Dictionary EnvVars; Array AssembliesSearchDirs;