Only copy libhl.lib on Windows.

This commit is contained in:
Apprentice-Alchemist
2022-02-28 21:55:17 +01:00
parent 97f718b291
commit b72f45ed16

View File

@@ -252,5 +252,5 @@
<target id="hl" />
</target>
<copyFile name="libhl.lib" from="obj/lib/" overwrite="true" toolId="dll"/>
<copyFile name="libhl.lib" from="obj/lib/" overwrite="true" toolId="dll" if="windows"/>
</xml>