summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorncshaw <ncshaw@ibm.com>2021-12-17 13:39:26 -0500
committerNick Vatamaniuc <nickva@users.noreply.github.com>2021-12-17 15:49:32 -0500
commit186818c9f69b08508fdcc9bc42b38108e7508c78 (patch)
tree717621a9db403cfab96e6a869876cf00c1f97353 /Makefile.win
parent7487606e1f0eb6a12649479cfb2ccb7bcdbcc6fe (diff)
downloadcouchdb-186818c9f69b08508fdcc9bc42b38108e7508c78.tar.gz
Remove ERL_OPTS
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.win b/Makefile.win
index 62a0a8dec..3f42686e3 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -105,7 +105,7 @@ all: couch fauxton docs
.PHONY: couch
-# target: couch - Build CouchDB core, use ERL_OPTS to provide custom compiler's options
+# target: couch - Build CouchDB core, use ERL_COMPILER_OPTIONS to provide custom compiler's options
couch: config.erl
@set COUCHDB_VERSION=$(COUCHDB_VERSION) && set COUCHDB_GIT_SHA=$(COUCHDB_GIT_SHA) && $(REBAR) compile $(COMPILE_OPTS)
@copy src\couch\priv\couchjs.exe bin