No need to manually run configure.

This commit is contained in:
fewtarius 2023-02-20 05:37:51 -05:00
parent 775115c66a
commit b363dda30f
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

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
}