mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2025-02-23 12:11:41 +00:00
Use 'dependencies' function, don't set DEPENDENCIES.
This commit is contained in:
parent
0f670e5da6
commit
e66e81775f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ fi
|
|||
|
||||
# When targeting Windows, we need to install the directx headers first.
|
||||
if [ $(uname) = "Cygwin" ] || [[ "$BUILD_HOST" = *mingw* ]]; then
|
||||
DEPENDENCIES="directx-devel"
|
||||
dependencies directx-devel
|
||||
config_options+=" --disable-directx"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue