aports/testing/snikket-sdk/xlocale.patch
2025-03-22 14:28:17 +00:00

11 lines
408 B
Diff

--- a/hxcpp/git/src/hx/libs/std/Sys.cpp
+++ b/hxcpp/git/src/hx/libs/std/Sys.cpp
@@ -30,7 +30,7 @@
#include <limits.h>
#ifndef ANDROID
#include <locale.h>
- #if !defined(BLACKBERRY) && !defined(EPPC) && !defined(GCW0) && !defined(__GLIBC__)
+ #if !defined(BLACKBERRY) && !defined(EPPC) && !defined(GCW0) && !defined(NEKO_LINUX)
#include <xlocale.h>
#endif
#endif