Add any type for extlibs

This commit is contained in:
2026-04-11 13:19:04 +10:00
parent e5776b16dd
commit cb6b6a564c
5 changed files with 20 additions and 1 deletions

View File

@@ -177,6 +177,7 @@ void groundCompileProgram(GroundProgram* program) {
#ifdef GROUND_COMPILE_WITH_TRAM
compileGroundProgram(program, "program.gexe");
#else
(void)program;
printf("This version of Ground has been compiled without Tram, so compilation is not supported.\n");
#endif
}