mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-17 03:00:19 +00:00
Update Lua plugin build message for clarity
This commit is contained in:
committed by
GitHub
parent
e9cf931714
commit
9fdc5cdf28
@@ -52,6 +52,6 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" Condition="'$(LuaEnabled)'=='true'" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" Condition="'$(LuaEnabled)'=='true'" />
|
||||||
<Target Name="Build" Condition="'$(LuaEnabled)'!='true'">
|
<Target Name="Build" Condition="'$(LuaEnabled)'!='true'">
|
||||||
<Message Text="Lua headers not found; skipping Lua plugin build." Importance="high" />
|
<Message Text="Lua development files not found (LuaInclude=$(LuaInclude), LuaLib=$(LuaLib)); skipping Lua plugin build." Importance="high" />
|
||||||
</Target>
|
</Target>
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Reference in New Issue
Block a user