build(premake): do not hardcode Premake5.lua to use clang (#53)

This commit is contained in:
2023-12-08 16:07:01 +01:00
committed by GitHub
parent 08c0710867
commit 9ae077d07e
3 changed files with 10 additions and 7 deletions

View File

@ -12,4 +12,5 @@ This is the master server our clients use. It is based on the DP Master Server (
**IMPORTANT**
For Unix systems, you must use Clang to compile this project. You will also be required to install the LLVM C++ Standard library to run this program.
If you need to use another compiler, like GCC, you must use the [Mold](https://github.com/rui314/mold) linker. Additionally, you must tweak the Premake5.lua script as it is hardcoded to use Clang.
If you need to use another compiler, like GCC, you must use the [Mold](https://github.com/rui314/mold) linker. Additionally, you may have to tweak the Premake5.lua script.
I only support a few platforms, for more details see [build.yml](https://github.com/alterware/master-server/blob/master/.github/workflows/build.yml)