Build: fixes for OpenBSD
Pull Request: https://projects.blender.org/blender/blender/pulls/107666
This commit is contained in:
committed by
Brecht Van Lommel
parent
8ba9d7b67a
commit
322dab936f
2
extern/wcwidth/wcwidth.h
vendored
2
extern/wcwidth/wcwidth.h
vendored
@@ -21,7 +21,7 @@
|
||||
#define __WCWIDTH_H__
|
||||
|
||||
#ifndef __cplusplus
|
||||
# if defined(__APPLE__) || defined(__NetBSD__)
|
||||
# if defined(__APPLE__) || defined(__NetBSD__) || defined(__OpenBSD__)
|
||||
/* The <uchar.h> standard header is missing on macOS. */
|
||||
#include <stddef.h>
|
||||
typedef unsigned int char32_t;
|
||||
|
||||
Reference in New Issue
Block a user