fix DEBUG -> ifndef. condition was inverted ?!!!!
This commit is contained in:
parent
7b44cdefc3
commit
bca88cbb8d
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ int main(int argc, char *argv[]) {
|
|||
putenv("KIVY_WINDOW=sdl");
|
||||
putenv("KIVY_IMAGE=imageio,tex");
|
||||
putenv("KIVY_AUDIO=sdl");
|
||||
#if DEBUG
|
||||
#ifndef DEBUG
|
||||
putenv("KIVY_NO_CONSOLELOG=1");
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue