You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sed -i """s;-L/Applications/Xcode_12.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/lib ;;g""$(/bin/pwd)/build/libgit2/${TAG}/lib/pkgconfig/libgit2.pc"
61
-
62
-
# Update the prefix paths included in the .pc files.
63
-
# This will make it easier to update to the location in which they will be used.
64
-
# sed has a sight different behaviour in MacOS
65
-
find "${NEW_DIR}" -type f -name "*.pc"| xargs -I {} sed -i """s;${INSTALLED_DIR};${NEW_DIR};g" {}
0 commit comments