Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Documentation/building/unix/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@ and to enable it again, issue the following command:

## macOS Dependencies

The [`android-toolchain.projitems`](../../../build-tools/android-toolchain/android-toolchain.projitems), and
[`monodroid.projitems`](../../../src/monodroid/monodroid.projitems) project files, among
The [`android-toolchain.projitems`](../../../build-tools/android-toolchain/android-toolchain.projitems), among
others, use the `@(RequiredProgram)` build action to check for the existence
of a program within `$PATH` during the build. If a required program doesn't
exist, then the build will fail and a suggested `brew install` command line
Expand Down
1 change: 0 additions & 1 deletion build-tools/scripts/BuildEverything.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ leeroy: leeroy-all framework-assemblies
leeroy-all:
$(call DOTNET_BINLOG,leeroy-all) $(SOLUTION) $(_MSBUILD_ARGS)
$(call DOTNET_BINLOG,setup-workload) -t:ConfigureLocalWorkload build-tools/create-packs/Microsoft.Android.Sdk.proj
$(call MSBUILD_BINLOG,leeroy-all,$(_SLN_BUILD)) /restore tools/xabuild/xabuild.csproj /p:Configuration=$(CONFIGURATION) $(_MSBUILD_ARGS)
146 changes: 0 additions & 146 deletions build-tools/scripts/build-monodroid

This file was deleted.

Loading