Merge pull request #1076 from fewtarius/dev

No need to manually run configure.
This commit is contained in:
fewtarius 2023-02-20 05:40:15 -05:00 committed by GitHub
commit 8d7105ad4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,9 +12,3 @@ PKG_TOOLCHAIN="configure"
PKG_CONFIGURE_OPTS_TARGET=" --disable-dict --disable-doxygen-doc"
pre_configure_target() {
cd ${PKG_BUILD}
./configure --disable-dict --disable-doxygen-doc
}