Add some more -pthread.

This commit is contained in:
Apprentice-Alchemist
2022-03-09 08:41:37 +01:00
parent 054c20171d
commit aa62d786b3
2 changed files with 21 additions and 0 deletions

View File

@@ -240,6 +240,8 @@
<outdir name="${OUTPUT_DIR}/${BINDIR}" />
<files id="hl" />
<lib name="-pthread" if="linux"/>
<lib name="-lhl" unless="windows" />
<lib name="-L${OUTPUT_DIR}/${BINDIR}" unless="windows" />
<lib name="-libpath:${OUTPUT_DIR}/${BINDIR}" if="windows" />