extra/erlang-nox: fix

This commit is contained in:
David Beauchamp 2024-05-03 11:39:04 -04:00
parent 4c4a142c81
commit 50a1b75fb0

View file

@ -54,8 +54,8 @@ build() {
--enable-ssl=dynamic-ssl-lib \
--prefix=/usr \
--without-odbc \
--disable-pgo
DOC_TARGETS=chunks make all
DOC_TARGETS=chunks make docs
}