[Bf-blender-cvs] [0bce7186f72] master: Glog: Restore haiko OS

Sergey Sharybin noreply at git.blender.org
Thu Mar 22 16:58:27 CET 2018


Commit: 0bce7186f725eb11903ba2d7f8595bfb5e641d43
Author: Sergey Sharybin
Date:   Thu Mar 22 16:58:09 2018 +0100
Branches: master
https://developer.blender.org/rB0bce7186f725eb11903ba2d7f8595bfb5e641d43

Glog: Restore haiko OS

===================================================================

M	extern/glog/src/config.h

===================================================================

diff --git a/extern/glog/src/config.h b/extern/glog/src/config.h
index f5c9c0b0a7b..2703b7ba9dd 100644
--- a/extern/glog/src/config.h
+++ b/extern/glog/src/config.h
@@ -14,4 +14,6 @@
  #include "windows/config.h"
 #elif defined(__GNU__)
  #include "config_hurd.h"
+#elif defined(__HAIKU__)
+ #include "config_haiku.h"
 #endif



More information about the Bf-blender-cvs mailing list