From ed02d60d9a062a30b8786cada4b20edbeb55919c Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Wed, 12 Mar 2025 17:46:44 +1100 Subject: [PATCH] 3rdparty/expat: Added dummy expat_config.h to hopefully fix macOS buid. --- 3rdparty/expat/expat_config.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 3rdparty/expat/expat_config.h diff --git a/3rdparty/expat/expat_config.h b/3rdparty/expat/expat_config.h new file mode 100644 index 00000000000..2272814cf03 --- /dev/null +++ b/3rdparty/expat/expat_config.h @@ -0,0 +1,6 @@ +/* expat_config.h. Dummy file to satisfy build process. */ + +#ifndef EXPAT_CONFIG_H +#define EXPAT_CONFIG_H 1 + +#endif // ndef EXPAT_CONFIG_H