Try to fix Windows mess a bit.

Default to 64 bit on windows too.
This commit is contained in:
Apprentice-Alchemist
2022-05-19 20:46:08 +02:00
parent b2546aac9f
commit ad70700a14
7 changed files with 70 additions and 48 deletions

View File

@@ -347,9 +347,9 @@
<set name="LIBSUFFIX" value="dll" if="windows" />
<set name="LIBSUFFIX" value="dylib" if="mac || ios || tvos" />
<set name="LIBSUFFIX" value="so" unless="LIBSUFFIX" />
<set name="BINDIR" value="linux" if="linux" />
<!-- <set name="BINDIR" value="linux" if="linux" />
<set name="BINDIR" value="mac" if="mac" />
<set name="BINDIR" value="windows" if="windows" />
<set name="BINDIR" value="windows" if="windows" /> -->
<set name="OUTPUT_DIR" value="../templates/bin/hl" unless="OUTPUT_DIR" />