mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 04:44:37 +00:00
#include <xlocale.h> header on OS X
This commit is contained in:
@@ -53,6 +53,9 @@ void init_locale() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
#ifdef __APPLE__
|
||||||
|
#include <xlocale.h>
|
||||||
|
#endif
|
||||||
static locale_t locale = (locale_t) 0;
|
static locale_t locale = (locale_t) 0;
|
||||||
void init_locale() {
|
void init_locale() {
|
||||||
if (locale == (locale_t) 0) {
|
if (locale == (locale_t) 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user