python build script: adding sed and grep I'm using from msys to packages list

This commit is contained in:
Andrew Tonner 2017-01-22 18:48:39 -08:00
parent f2238fe3e7
commit c4c61cec64
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ def install(make_args, show_build_environment, use_precompiled_dyngen, build_jit
mingw_get_filename = os.path.join(mingw_get_dir, "bin", "mingw-get.exe")
assert os.path.isfile(mingw_get_filename)
msys_packages = ["bash", "autogen", "m4", "make", "patch"]
msys_packages = ["bash", "autogen", "m4", "make", "patch", "grep", "sed"]
mingw_packages = ["autoconf", "autoconf2.5", "automake", "automake1.11", "binutils", "base", "autotools", "libtool",
"gcc", "gcc-g++"]