erlang: Fix typo

This commit is contained in:
Tee KOBAYASHI 2021-12-06 13:40:25 +09:00 committed by buttaface
parent ba08687e42
commit d35f73ef92
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--without-javac
--with-ssl=${TERMUX_PREFIX}
--with-termcap
erl_xcomp_sysroot=${TERMUX_PERFIX}
erl_xcomp_sysroot=${TERMUX_PREFIX}
"
termux_step_post_get_source() {