mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2025-01-22 00:11:10 +00:00
Invoke autoreconf instead of autogen.sh.
autogen.sh implicitly runs configure, which we want chocpkg to do itself, with appropriate arguments for cross-complication etc.
This commit is contained in:
parent
2aa6068540
commit
fd7fec926b
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ GIT_BRANCH=sdl2-branch
|
|||
DEPENDENCIES="SDL2 SDL2_mixer SDL2_net"
|
||||
|
||||
prebuild_setup() {
|
||||
bash ./autogen.sh
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue