Skip to content

Commit 58f5dff

Browse files
committed
add xcodebuild in native-darwin-cctools-wrapper
1 parent 9afd64f commit 58f5dff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pkgs/build-support/native-darwin-cctools-wrapper

pkgs/build-support/native-darwin-cctools-wrapper/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ stdenv.mkDerivation {
88
binaries =
99
[ "ar" "as" "c++filt" "gprof" "ld" "nm" "nmedit" "ranlib"
1010
"size" "strings" "strip" "dsymutil" "libtool" "lipo"
11-
"install_name_tool" "arch" "sw_vers"
11+
"install_name_tool" "arch" "sw_vers" "xcodebuild"
1212
];
1313

1414
builder = ./builder.sh;

0 commit comments

Comments
 (0)