fix(configure haskell build): remove runghc
arg
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
This commit is contained in:
parent
a9b411f577
commit
0590811415
@ -131,7 +131,6 @@ termux_step_configure_haskell_build() {
|
||||
--with-pkg-config=$PKG_CONFIG \
|
||||
--with-happy=$(command -v happy) \
|
||||
--with-alex=$(command -v alex) \
|
||||
--with-runghc=$(command -v runghc) \
|
||||
--extra-include-dirs=$TERMUX_PREFIX/include \
|
||||
--extra-lib-dirs=$TERMUX_PREFIX/lib \
|
||||
--disable-tests \
|
||||
|
Loading…
Reference in New Issue
Block a user