Index: third_party/libxml/src/macos/src/macos_main.c |
diff --git a/third_party/libxml/src/macos/src/macos_main.c b/third_party/libxml/src/macos/src/macos_main.c |
new file mode 100644 |
index 0000000000000000000000000000000000000000..262500038fbfbbe46f0ebd86a08af40763df18fe |
--- /dev/null |
+++ b/third_party/libxml/src/macos/src/macos_main.c |
@@ -0,0 +1 @@ |
+#include <GUSICommandLine.h> |
#include <stdlib.h> |
#undef main |
DECLARE_MAIN(test) |
REGISTER_MAIN_START |
REGISTER_MAIN(test) |
REGISTER_MAIN_END |
int main() |
{ |
(void) exec_commands(); |
return 0; |
} |