Skip to content

Commit

Permalink
[tools] Honor the ENABLE_DOTNET variable. Fixes dotnet#9475. (dotnet#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne authored Aug 26, 2020
1 parent c0e16ef commit b097f7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 6 additions & 2 deletions tools/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
TOP=..
SUBDIRS=mmp mtouch xibuild mlaunch siminstaller dotnet-linker
SUBDIRS=mmp mtouch xibuild mlaunch siminstaller

include $(TOP)/Make.config

ifdef ENABLE_INSTALL_SOURCE
SUBDIRS += install-source
endif
endif

ifdef ENABLE_DOTNET
SUBDIRS += dotnet-linker
endif
1 change: 0 additions & 1 deletion tools/mmp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ MMP_TARGETS = \
$(MAC_DESTDIR)$(MAC_FRAMEWORK_CURRENT_DIR)/lib/mmp/mmp.exe \
$(MAC_DESTDIR)$(MAC_FRAMEWORK_CURRENT_DIR)/lib/mmp/Xamarin.Mac.registrar.mobile.a \
$(MAC_DESTDIR)$(MAC_FRAMEWORK_CURRENT_DIR)/lib/mmp/Xamarin.Mac.registrar.full.a \
$(MMP_TARGETS_DOTNET) \

MMP_DIRECTORIES_DOTNET = \
$(DOTNET_DESTDIR)/Microsoft.macOS.Runtime.osx-x64/runtimes/osx-x64/native \
Expand Down

0 comments on commit b097f7b

Please sign in to comment.