summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2025-03-12 17:46:44 +1100
committer Vas Crabb <vas@vastheman.com>2025-03-12 17:46:44 +1100
commited02d60d9a062a30b8786cada4b20edbeb55919c (patch)
tree0590876ff891f6fd446c87ebc565981af17aff32 /3rdparty
parent288839a39514c5fa8d105655fa7c11bd6ca0de03 (diff)
3rdparty/expat: Added dummy expat_config.h to hopefully fix macOS buid.
Diffstat (limited to '3rdparty')
-rw-r--r--3rdparty/expat/expat_config.h6
1 files changed, 6 insertions, 0 deletions
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