Use 'dependencies' function, don't set DEPENDENCIES.

This commit is contained in:
Simon Howard 2016-02-25 20:29:52 -05:00
parent 0f670e5da6
commit e66e81775f

View file

@ -12,7 +12,7 @@ fi
# When targeting Windows, we need to install the directx headers first. # When targeting Windows, we need to install the directx headers first.
if [ $(uname) = "Cygwin" ] || [[ "$BUILD_HOST" = *mingw* ]]; then if [ $(uname) = "Cygwin" ] || [[ "$BUILD_HOST" = *mingw* ]]; then
DEPENDENCIES="directx-devel" dependencies directx-devel
config_options+=" --disable-directx" config_options+=" --disable-directx"
fi fi