@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.
@jefferyrlc couldn't compile on Manjaro linux without adding
-lpthread
toLIBS_ALL
inMakefile.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 targetDARKSTAR_ARCH_LINUX
.Result should be the same 🤞