diff options
Diffstat (limited to 'third_party/libxml/xmllint_dummy.cc')
-rw-r--r-- | third_party/libxml/xmllint_dummy.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/libxml/xmllint_dummy.cc b/third_party/libxml/xmllint_dummy.cc new file mode 100644 index 0000000..7a1848d --- /dev/null +++ b/third_party/libxml/xmllint_dummy.cc @@ -0,0 +1,2 @@ +// This is a dummy C++ file to force Xcode and SCons to use +// g++ instead of gcc when linking xmllint. |