Skip to content

Commit

Permalink
Fix build for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhe00 committed Jun 18, 2019
1 parent 186efd3 commit bb0d1a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/MQTTPlugin/MQTTPlugin.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public MQTTPlugin(ReadOnlyTargetRules TargetRules) : base(TargetRules)
}
else if (Target.Platform == UnrealTargetPlatform.Android)
{
var AndroidBinaryPath = ModuleDirectory + "/obj/local/";
var AndroidBinaryPath = String.Format("{0}/PahoMQTT/obj/local/", ThirdPartyPath);
PublicLibraryPaths.Add(AndroidBinaryPath + "armeabi-v7a");
PublicLibraryPaths.Add(AndroidBinaryPath + "arm64-v8a");
PublicLibraryPaths.Add(AndroidBinaryPath + "x86");
Expand Down
2 changes: 1 addition & 1 deletion ThirdParty/PahoMQTT
Submodule PahoMQTT updated 1 files
+2 −1 Android.mk

0 comments on commit bb0d1a9

Please sign in to comment.