Created
November 30, 2019 16:16
-
-
Save railwaycat/7b8cab987b5b4cfcb635c6a5f5c9ae52 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Library/Homebrew/os/mac/pkgconfig/10.15/libxml-2.0.pc b/Library/Homebrew/os/mac/pkgconfig/10.15/libxml-2.0.pc | |
index c297c6b45..22b2e69e8 100644 | |
--- a/Library/Homebrew/os/mac/pkgconfig/10.15/libxml-2.0.pc | |
+++ b/Library/Homebrew/os/mac/pkgconfig/10.15/libxml-2.0.pc | |
@@ -1,7 +1,8 @@ | |
prefix=/usr | |
+xcode_prefix=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk${prefix} | |
exec_prefix=${prefix} | |
libdir=${exec_prefix}/lib | |
-includedir=${prefix}/include | |
+includedir=${xcode_prefix}/include | |
modules=1 | |
Name: libXML |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment