mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +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:
@@ -87,7 +87,7 @@
|
||||
<CompileAs>CompileAsC</CompileAs>
|
||||
</ClCompile>
|
||||
<Lib>
|
||||
<OutputFile>"$(OutDir)liblua.lib"</OutputFile>
|
||||
<OutputFile>$(OutDir)liblua.lib</OutputFile>
|
||||
</Lib>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user