Merge pull request #1075 from fewtarius/dev

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

View file

@ -10,7 +10,3 @@ PKG_DEPENDS_TARGET="toolchain libtool"
PKG_BUILD_FLAGS="+pic"
PKG_TOOLCHAIN="configure"
pre_configure_target() {
cd ${PKG_BUILD}
./configure
}