This commit is contained in:
Krzosa Karol
2024-08-16 07:23:50 +02:00
parent 2065c9ded7
commit afd4e1d21c
9 changed files with 44 additions and 20 deletions

View File

@@ -130,7 +130,9 @@ int CompileTextEditor() {
int result = 0;
Array<Library> libs = {};
libs.add(PrepareSDLDynamic());
// if (Profile == PROFILE_DEBUG) libs.add(PrepareSDLDynamic());
// else
libs.add(PrepareSDL());
libs.add(PrepareLua());
libs.add(PrepareGlad());