Skip to content

Commit

Permalink
Remove quotes around the OutputFile element contents in liblua for th…
Browse files Browse the repository at this point in the history
…e Release

configuration too (was previously only in Debug).
  • Loading branch information
david committed Nov 4, 2010
1 parent d4e49f1 commit d70d468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liblua/liblua.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<CompileAs>CompileAsC</CompileAs>
</ClCompile>
<Lib>
<OutputFile>"$(OutDir)liblua.lib"</OutputFile>
<OutputFile>$(OutDir)liblua.lib</OutputFile>
</Lib>
</ItemDefinitionGroup>
<ItemGroup>
Expand Down

0 comments on commit d70d468

Please sign in to comment.