Skip to content

Commit 63151ac

Browse files
committed
Revert 2e619f1 to see what happens
1 parent adb6833 commit 63151ac

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

vendor/json-c/premake5.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ project "json-c"
2626
includedirs { "shipped_for_mta_linux" }
2727

2828
filter "system:macosx"
29-
defines {"HAVE_XLOCALE_H"}
30-
3129
-- `#include <machine/endian.h>` works fine but `#include <endian.h>` does not
3230
-- see linkhash.c line 23 (introduced in b95bda01e80359e)
3331
--

vendor/json-c/shipped_for_mta_linux/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
#define HAVE_VSYSLOG 1
136136

137137
/* Define to 1 if you have the <xlocale.h> header file. */
138-
//#define HAVE_XLOCALE_H 1
138+
#define HAVE_XLOCALE_H 1
139139

140140
/* Have __thread */
141141
#define HAVE___THREAD 1

0 commit comments

Comments
 (0)