mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
make-binaries: Apply another minor simplification
This commit is contained in:
parent
121acd1da7
commit
a657a6d2f6
@ -346,7 +346,7 @@ add_otp_path()
|
||||
|
||||
if [ "$mode" = 'native' ]
|
||||
then native_otp_bin="$prefix/bin"
|
||||
elif [ ! -z "${INSTALL_DIR_FOR_OTP+x}" ] && [ ! -z "${INSTALL_DIR_FOR_ELIXIR+x}" ]
|
||||
elif [ -n "${INSTALL_DIR_FOR_OTP+x}" ] && [ -n "${INSTALL_DIR_FOR_ELIXIR+x}" ]
|
||||
then
|
||||
# For github runners to build for non-native systems:
|
||||
# https://github.com/erlef/setup-beam#environment-variables
|
||||
|
Loading…
Reference in New Issue
Block a user