Skip to content

Commit

Permalink
looks like i never got around to using the 64bit luaperks, so luasock…
Browse files Browse the repository at this point in the history
…ets wasnt built-in as promised ever since we went 64bit. fixes #1077
  • Loading branch information
zeromus committed Jan 15, 2018
1 parent e5ded9b commit 5b17e5b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified LuaInterface/Libs/luaperks.7z
Binary file not shown.
2 changes: 1 addition & 1 deletion LuaInterface/LuaInterface/LuaInterface.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Binary file modified output/dll/lua51.dll
Binary file not shown.

0 comments on commit 5b17e5b

Please sign in to comment.