Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/rdeioris/LuaMachine
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeioris committed Feb 2, 2019
2 parents 6bce667 + 445376d commit e13a716
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions LuaMachine.uplugin
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"WhitelistPlatforms": [
"Mac",
"Win64",
"Android"
"Android",
"IOS"
]
},
{
Expand All @@ -35,4 +36,4 @@
]
}
]
}
}
5 changes: 5 additions & 0 deletions Source/LuaMachine/LuaMachine.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,10 @@ public LuaMachine(ReadOnlyTargetRules Target) : base(Target)
PublicAdditionalLibraries.Add(System.IO.Path.Combine(ThirdPartyDirectory, "lua53_android.a"));
}

if (Target.Platform == UnrealTargetPlatform.IOS)
{
PublicAdditionalLibraries.Add(System.IO.Path.Combine(ThirdPartyDirectory, "lua53_ios.a"));
}

}
}
Binary file added Source/ThirdParty/lua53_ios.a
Binary file not shown.

0 comments on commit e13a716

Please sign in to comment.