Skip to content

Commit

Permalink
update wsl build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Edney committed Jul 18, 2023
1 parent 9530663 commit fd8ac60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/scripts/build-plugin-wsl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ UE_HOME="${UE_HOME:-C:\Program Files\Epic Games}"\\UE_$UE_VERSION

UE_RUNUAT="$UE_HOME\Engine\Build\BatchFiles\RunUAT.bat"

if [[ "$UE_VERSION" == "5.1" ]]; then
if [[ "$UE_VERSION" == "5.1" ]] || [[ "$UE_VERSION" == "5.2" ]]; then
TARGET_PLATFORMS="Win64"
else
TARGET_PLATFORMS="Win32+Win64"
Expand Down

0 comments on commit fd8ac60

Please sign in to comment.