forked from ground/ground
Add any type for extlibs
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user