From 9ad01e52fb2a2995ca381e6a2bfa035dedf715bd Mon Sep 17 00:00:00 2001 From: JoshuaJB Date: Fri, 17 Jan 2014 23:51:23 +0000 Subject: [PATCH] Add third_party/encryption in premake as required for the lobby. This was SVN commit r14597. --- build/premake/premake4.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/build/premake/premake4.lua b/build/premake/premake4.lua index 7807638639..f51e361660 100644 --- a/build/premake/premake4.lua +++ b/build/premake/premake4.lua @@ -619,6 +619,7 @@ function setup_all_libs () else source_dirs = { "lobby/scripting", + "third_party/encryption" } extern_libs = { "spidermonkey",