mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
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:
@@ -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/
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user