mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
Adds some rustlibs sanity (#32372)
* Adds some rustlibs sanity * Build Rust library --------- Co-authored-by: paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
parent
635e4b170e
commit
145f3ccec3
@@ -55,3 +55,9 @@
|
||||
#error Your version of BYOND is too out-of-date to compile this project. Go to secure.byond.com/download and update.
|
||||
#error You need version 516.1651 or higher
|
||||
#endif
|
||||
|
||||
#define MAX_COMPILER_BUILD 1673
|
||||
#if(DM_BUILD > MAX_COMPILER_BUILD) && !defined(SPACEMAN_DMM)
|
||||
#error Your version of BYOND is too new for the libraries in this project.
|
||||
#error Please go to secure.byond.com/download and download 516.1673 or older.
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user