mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-01 02:23:54 +00:00
15ac657942
Take advantage of the new Darwin SDKs to dynamically determine SDK information such as path, version, and binaries (via `xcrun --find`). This is accomplished by relying on the existance of `DEVELOPER_DIR`, which the SDK will set up in nixpkgs.
11 lines
256 B
Diff
11 lines
256 B
Diff
--- a/Libraries/plist/Sources/Format/Encoding.cpp
|
|
+++ b/Libraries/plist/Sources/Format/Encoding.cpp
|
|
@@ -11,6 +11,7 @@
|
|
#include <plist/Format/unicode.h>
|
|
|
|
#include <cassert>
|
|
+#include <cstdlib> /* abort() */
|
|
|
|
#if defined(__linux__)
|
|
#include <endian.h>
|