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:
AffectedArc07
2026-08-28 23:44:11 +00:00
committed by GitHub
co-authored by paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
parent 635e4b170e
commit 145f3ccec3
6 changed files with 16 additions and 7 deletions
+6
View File
@@ -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