CONFIGURE: Update add_engine comment
This commit is contained in:
parent
8808393b3a
commit
f16bb13f94
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -62,7 +62,7 @@ get_var() {
|
||||||
eval echo \$${1}
|
eval echo \$${1}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Add an engine: id name build subengines dependencies
|
# Add an engine: id name build subengines base-games dependencies
|
||||||
add_engine() {
|
add_engine() {
|
||||||
_engines="${_engines} ${1}"
|
_engines="${_engines} ${1}"
|
||||||
if test "${3}" = "no" ; then
|
if test "${3}" = "no" ; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue