diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/deps.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/deps.mk b/core/deps.mk index 00cc05f..8bc7b44 100644 --- a/core/deps.mk +++ b/core/deps.mk @@ -33,6 +33,8 @@ endif endif export ERL_LIBS +export NO_AUTOPATCH + # Verbosity. dep_verbose_0 = @echo " DEP " $(1); |