mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
a450553847
> /usr/bin/xcrun -sdk macosx clang -v Apple LLVM version 10.0.0 (clang-1000.11.45.2) Target: x86_64-apple-darwin18.0.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin Before: > XCRUN=`/usr/bin/xcrun -sdk macosx clang -v 2>&1`; echo "$XCRUN" | sed -n 's/.*version \([0-9]\).*/\1/p' 1 After: > XCRUN=`/usr/bin/xcrun -sdk macosx clang -v 2>&1`; echo "$XCRUN" | sed -n 's/.*version \([0-9]*\).*/\1/p' 10 |
||
---|---|---|
.. | ||
fix_qt_configure.patch | ||
fix_qt_pkgconfig.patch | ||
fix-cocoahelpers-macos.patch | ||
fix-xcb-include-order.patch | ||
mac-qmake.conf | ||
mingw-uuidof.patch | ||
pidlist_absolute.patch | ||
qfixed-coretext.patch |