Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
getnamo committed Nov 14, 2017
1 parent 24f6c5f commit f035a60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BLUI.uplugin
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"FileVersion": 3,
"FriendlyName": "BLUI",
"Version": 3,
"VersionName": "3.2.3",
"VersionName": "3.2.4",
"Description": "Chromium Embedded Framework (CEF) powered HTML UI and HUD for Unreal Engine 4",
"Category": "UI",
"CreatedBy": "Aaron M. Shea",
Expand Down
2 changes: 1 addition & 1 deletion Source/Blu/Blu.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public Blu(ReadOnlyTargetRules Target) : base(Target)
filesToStage = Directory.GetFiles(Path.Combine(ThirdPartyPath, "cef/Mac/lib"), "*", SearchOption.AllDirectories);
stageFiles(filesToStage);

if(!UEBuildConfiguration.bBuildEditor)
if(!Target.bBuildEditor)
{
AdditionalBundleResources.Add(new UEBuildBundleResource(Path.Combine(frameworkPath, "Chromium Embedded Framework"), "MacOS", false));
}
Expand Down

0 comments on commit f035a60

Please sign in to comment.