From 2c2c7744eb163e02fb17c9548cb017ed4688058f Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Mon, 31 May 2021 16:05:35 +0200 Subject: [PATCH] Add AuxTool to AOT pipeline in Game Cooker --- Source/Editor/Cooker/PlatformTools.h | 2 ++ 1 file changed, 2 insertions(+) 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;