Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #35 from facebook/ue_413_bugfix
Browse files Browse the repository at this point in the history
fix a little bug
  • Loading branch information
adamlerer authored Nov 4, 2016
2 parents 4d0e9b5 + 9023317 commit 62971d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions UnrealEngine.patch
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ index ac7a50e..a183b52 100644
bool bHasDestroy;
bool bHasBeginPlay;
diff --git a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/ScriptPlugin.Build.cs b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/ScriptPlugin.Build.cs
index 4d27de3..a6ea780 100644
index 4d27de3..887dc1e 100644
--- a/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/ScriptPlugin.Build.cs
+++ b/Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/ScriptPlugin.Build.cs
@@ -10,7 +10,7 @@ namespace UnrealBuildTool.Rules
Expand All @@ -135,7 +135,7 @@ index 4d27de3..a6ea780 100644
DynamicallyLoadedModuleNames.AddRange(
new string[]
{
@@ -53,27 +52,22 @@ namespace UnrealBuildTool.Rules
@@ -53,27 +52,21 @@ namespace UnrealBuildTool.Rules
}
);

Expand All @@ -149,7 +149,6 @@ index 4d27de3..a6ea780 100644
+ var LuaInstallDirectory = Path.Combine(LuaPath, "install");
+ var LuaLibDirectory = Path.Combine(LuaInstallDirectory, "lib");
+ var LuaLibPath = Path.Combine(LuaLibDirectory, "liblua.so");
+ Debug.Assert(File.Exists(LuaLibPath));
+ Definitions.Add("WITH_LUA=1");

- // Path to Lua include files
Expand Down

0 comments on commit 62971d0

Please sign in to comment.