eepp: mojoAL is now used by default.

ecode: Tentative fix for a segfaul when accesing an LSP Server that isn't running anymore.
This commit is contained in:
Martín Lucas Golini
2023-04-19 20:37:34 -03:00
parent 3477d5bc69
commit da44cca16e
20 changed files with 95 additions and 44 deletions

View File

@@ -18,7 +18,7 @@ for i in "$@"; do
;;
esac
done
premake4 "$DEBUG_SYMBOLS" --with-mojoal gmake
premake4 "$DEBUG_SYMBOLS" gmake
cd make/linux || exit
make -j"$(nproc)" config=release ecode
cd "$DIRPATH" || exit