Browse Source

Makefile: OTP_DEPS becomes LOCAL_DEPS

Loïc Hoguin 8 years ago
parent
commit
6d49739f96
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -5,7 +5,7 @@ PROJECT_DESCRIPTION = Support library for manipulating Web protocols.
 PROJECT_VERSION = 1.3.0
 
 #ERLC_OPTS += +bin_opt_info
-OTP_DEPS = crypto
+LOCAL_DEPS = crypto
 DIALYZER_OPTS = -Werror_handling -Wunmatched_returns
 
 CI_OTP ?= OTP-19.1.1 OTP-19.0.7 OTP-18.3.4.4 OTP-18.2.4.1 OTP-18.1.5 OTP-18.0.3