fix DEBUG -> ifndef. condition was inverted ?!!!!

This commit is contained in:
Mathieu Virbel 2013-04-15 15:28:02 +02:00
parent 7b44cdefc3
commit bca88cbb8d

View file

@ -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