diff --git a/rules/ncurses/default.bash b/rules/ncurses/default.bash index ac1d6a9..0998b1a 100644 --- a/rules/ncurses/default.bash +++ b/rules/ncurses/default.bash @@ -10,7 +10,10 @@ configure_common() --target="$cfg_target_canonical" \ --host="$cfg_target_canonical" \ --build="$cfg_host_canonical" \ + --with-build-cc="$cmd_target_cc" \ + --with-build-cpp="$cmd_target_cpp" \ --with-shared \ + --enable-ext-colors \ --enable-pc-files \ --without-progs \ --without-tests \