DarkstarProject / darkstar

DEPRECATED - FFXI Server Emulator - See Project Topaz
https://github.com/project-topaz/topaz
GNU General Public License v3.0
455 stars 549 forks source link

Link pthread on linux platforms (Fixes #6421) #6422

Closed zach2good closed 4 years ago

zach2good commented 4 years ago

@jefferyrlc couldn't compile on Manjaro linux without adding -lpthread to LIBS_ALL in Makefile.am. I didn't need to specify that for the OSX build, and the Windows build also probably doesn't need it, so this PR adds that lib only to the target DARKSTAR_ARCH_LINUX.

Result should be the same 🤞