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

@@ -1,5 +1,5 @@
#!/bin/sh
premake5 --file=../../../premake5.lua --with-mojoal --use-frameworks gmake2 || exit
premake5 --file=../../../premake5.lua --use-frameworks gmake2 || exit
make -C ../../../make/macosx/ -j$(nproc) -e verbose=true -e config=release_arm64 ecode || exit
rm -rf ./ecode.app
mkdir -p ecode.app/Contents/MacOS/

View File

@@ -1,6 +1,6 @@
#!/bin/sh
cd $(dirname "$0")
premake4 --file=../../premake4.lua --with-mojoal gmake
premake4 --file=../../premake4.lua gmake
cd ../../make/macosx/
sed -e "s/-Wl,-x//g" -i .make