diff options
author | Ariel Manzur <punto@godotengine.org> | 2015-12-18 02:58:30 -0300 |
---|---|---|
committer | Ariel Manzur <punto@godotengine.org> | 2015-12-18 02:58:30 -0300 |
commit | 4a7e5fafb12f620ce6ed763940db11338144308d (patch) | |
tree | c8ac8df1a107aca0f6079e5a262ebc7eb3690cf1 /platform/osx | |
parent | 19267f30d91fe3554435cae66cc80eddeb93b119 (diff) |
thread rename for ios and osx (if called from the thread to be renamed)
Diffstat (limited to 'platform/osx')
-rw-r--r-- | platform/osx/platform_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/osx/platform_config.h b/platform/osx/platform_config.h index 285d8d0c02..6a1e9c8bae 100644 --- a/platform/osx/platform_config.h +++ b/platform/osx/platform_config.h @@ -29,3 +29,4 @@ #include <alloca.h> #define GLES2_INCLUDE_H "gl_context/glew.h" #define GLES1_INCLUDE_H "gl_context/glew.h" +#define PTHREAD_RENAME_SELF |