3rdparty/expat: Added dummy expat_config.h to hopefully fix macOS buid.

This commit is contained in:
Vas Crabb 2025-03-12 17:46:44 +11:00
parent 288839a395
commit ed02d60d9a

6
3rdparty/expat/expat_config.h vendored Normal file
View File

@ -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