Skip to content

Commit

Permalink
Fix ProjectPath -> ProjectRoot for reparent-additional-properties-in-…
Browse files Browse the repository at this point in the history
…targets
  • Loading branch information
hach-que committed Dec 10, 2024
1 parent 1a47963 commit 8854232
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@
</Do>

<!-- Run our reparenting hook, which is necessary to fix up Android UPL paths when not building against a source engine. -->
<Spawn Exe="$(UETPath)" Arguments="$(UETGlobalArgs) internal reparent-additional-properties-in-targets --project-directory-path &quot;$(ProjectPath)&quot;" />
<Spawn Exe="$(UETPath)" Arguments="$(UETGlobalArgs) internal reparent-additional-properties-in-targets --project-directory-path &quot;$(ProjectRoot)&quot;" />

<!-- Execute the BuildCookRun command with all the desired arguments. -->
<Command Name="BuildCookRun" Arguments="&quot;-project=$(UProjectPath)&quot; -nop4 -SkipCook -cook -pak -stage &quot;-stagingdirectory=$(StageDirectory)&quot; -unattended -stdlog -target=$(TargetName) $(BCRArgs)" />
Expand Down

0 comments on commit 8854232

Please sign in to comment.