Bummer, forgot to test with OSL disabled.

This commit is contained in:
Sergey Sharybin 2013-12-08 15:19:21 +06:00
parent 0d71d0a8f0
commit b6646c6a2a
1 changed files with 2 additions and 2 deletions

View File

@ -492,8 +492,8 @@ void *CCL_python_module_init()
#else
PyModule_AddObject(mod, "with_osl", Py_False);
Py_INCREF(Py_False);
PyModule_AddStringCOnstant(mod, "osl_version", "unknown");
PyModule_AddStringCOnstant(mod, "osl_version_string", "unknown");
PyModule_AddStringConstant(mod, "osl_version", "unknown");
PyModule_AddStringConstant(mod, "osl_version_string", "unknown");
#endif
#ifdef WITH_NETWORK