mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-27 16:31:08 +00:00
Merge branch 'windows_build_script' into ci_build
This commit is contained in:
commit
21c5d11e06
@ -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++"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user