Updated build.py to handle embed src dir; moved embedded font to dir
This commit is contained in:
@@ -101,8 +101,8 @@ fail:
|
||||
|
||||
|
||||
const char *font_initEmbedded(font_t *self, int ptsize) {
|
||||
#include "font_embedded.c"
|
||||
return initFont(self, font_data, 8);
|
||||
#include "font_ttf.h"
|
||||
return initFont(self, font_ttf, 8);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user