mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Remove quotes around the OutputFile element contents in liblua for the Release
configuration too (was previously only in Debug).
This commit is contained in:
parent
d4e49f1075
commit
d70d468881
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@
|
|||
<CompileAs>CompileAsC</CompileAs>
|
||||
</ClCompile>
|
||||
<Lib>
|
||||
<OutputFile>"$(OutDir)liblua.lib"</OutputFile>
|
||||
<OutputFile>$(OutDir)liblua.lib</OutputFile>
|
||||
</Lib>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue