Created
April 21, 2019 04:49
-
-
Save railwaycat/2bf149741d2a6e3ca1695f09289483d0 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.14/libxml-2.0.pc b/Library/Homebrew/os/mac/pkgconfig/10.14/libxml-2.0.pc | |
index c297c6b45..7a037a9cf 100644 | |
--- a/Library/Homebrew/os/mac/pkgconfig/10.14/libxml-2.0.pc | |
+++ b/Library/Homebrew/os/mac/pkgconfig/10.14/libxml-2.0.pc | |
@@ -1,7 +1,8 @@ | |
prefix=/usr | |
+xcode_prefix=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.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