Skip to content
This repository was archived by the owner on May 3, 2019. It is now read-only.

Commit f035a60

Browse files
committed
build fix
1 parent 24f6c5f commit f035a60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BLUI.uplugin

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"FileVersion": 3,
33
"FriendlyName": "BLUI",
44
"Version": 3,
5-
"VersionName": "3.2.3",
5+
"VersionName": "3.2.4",
66
"Description": "Chromium Embedded Framework (CEF) powered HTML UI and HUD for Unreal Engine 4",
77
"Category": "UI",
88
"CreatedBy": "Aaron M. Shea",

Source/Blu/Blu.Build.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public Blu(ReadOnlyTargetRules Target) : base(Target)
9494
filesToStage = Directory.GetFiles(Path.Combine(ThirdPartyPath, "cef/Mac/lib"), "*", SearchOption.AllDirectories);
9595
stageFiles(filesToStage);
9696

97-
if(!UEBuildConfiguration.bBuildEditor)
97+
if(!Target.bBuildEditor)
9898
{
9999
AdditionalBundleResources.Add(new UEBuildBundleResource(Path.Combine(frameworkPath, "Chromium Embedded Framework"), "MacOS", false));
100100
}

0 commit comments

Comments
 (0)