InterLinked1 / lbbs

Lightweight BBS For Linux - Bulletin Board System server software
GNU General Public License v2.0
35 stars 4 forks source link

Build libetpan before evergreen #28

Closed marrold closed 3 months ago

marrold commented 3 months ago

I noticed the evergreen binary wasn't being built and on further inspection this was due to libetpan.h being missing.

This PR changes the order so libetpan is compiled before evergreen

N.B, this error wasn't abundantly obvious and install_prereq.sh continued after the error - I'm not sure why set -e didn't catch it