Skip to content

Commit 0ea06ff

Browse files
authored
Making the default make target guess to support non-Linux/Darwin platforms (#34)
1 parent 36fae6e commit 0ea06ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/install

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ get_target() {
112112
echo "macosx"
113113
elif [ "${ASDF_LUA_LINUX_READLINE-}" == "1" ]; then
114114
echo "linux-readline"
115-
else # Otherwise we assume Linux
116-
echo "linux"
115+
else # Otherwise let the lua Makefile guess for us
116+
echo "guess"
117117
fi
118118
}
119119

0 commit comments

Comments
 (0)