From 877307dffe42d26b8d2e06ca61b1eee40119e13a Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Wed, 12 Mar 2025 18:10:26 +1100 Subject: 3rdparty/expat: Hopefully fix macOS build properly. --- 3rdparty/expat/expat_config.h | 6 ------ 3rdparty/expat/lib/expat_config.h | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 3rdparty/expat/expat_config.h create mode 100644 3rdparty/expat/lib/expat_config.h (limited to '3rdparty') diff --git a/3rdparty/expat/expat_config.h b/3rdparty/expat/expat_config.h deleted file mode 100644 index 2272814cf03..00000000000 --- a/3rdparty/expat/expat_config.h +++ /dev/null @@ -1,6 +0,0 @@ -/* expat_config.h. Dummy file to satisfy build process. */ - -#ifndef EXPAT_CONFIG_H -#define EXPAT_CONFIG_H 1 - -#endif // ndef EXPAT_CONFIG_H diff --git a/3rdparty/expat/lib/expat_config.h b/3rdparty/expat/lib/expat_config.h new file mode 100644 index 00000000000..2272814cf03 --- /dev/null +++ b/3rdparty/expat/lib/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 -- cgit v1.2.3