mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-28 17:16:29 +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:
2
.github/workflows/eepp-linux-build-check.yml
vendored
2
.github/workflows/eepp-linux-build-check.yml
vendored
@@ -31,6 +31,6 @@ jobs:
|
||||
tar xvzf premake-5.0.0-beta1-linux.tar.gz
|
||||
- name: Build
|
||||
run: |
|
||||
./premake5 --with-mojoal gmake2
|
||||
./premake5 gmake2
|
||||
cd make/linux
|
||||
make all -j$(nproc)
|
||||
|
||||
2
.github/workflows/eepp-macos-build-check.yml
vendored
2
.github/workflows/eepp-macos-build-check.yml
vendored
@@ -21,5 +21,5 @@ jobs:
|
||||
tar -xzf premake-5.0.0-beta1-macosx.tar.gz
|
||||
- name: Build
|
||||
run: |
|
||||
./premake5 --with-mojoAL gmake2
|
||||
./premake5 gmake2
|
||||
make -C make/macosx/ all
|
||||
|
||||
@@ -23,7 +23,7 @@ jobs:
|
||||
- name: Create project
|
||||
shell: powershell
|
||||
run: |
|
||||
./premake5.exe --windows-vc-build --with-mojoal vs2022
|
||||
./premake5.exe --windows-vc-build vs2022
|
||||
- name: Build
|
||||
shell: cmd
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user