looks like i never got around to using the 64bit luaperks, so luasockets wasnt built-in as promised ever since we went 64bit. fixes #1077

This commit is contained in:
zeromus 2018-01-15 17:20:15 -06:00
parent e5ded9b139
commit 5b17e5b958
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -162,7 +162,7 @@
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-LUAPERKS|x64'">
<OutputPath>..\..\references\x64\</OutputPath>
<OutputPath>..\..\output\dll\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>

Binary file not shown.