mirror of
https://github.com/reactos/RosBE.git
synced 2024-11-26 21:00:28 +00:00
[ROSBE-UNIX] Look for find, bzip2 and tar
ROSBE-82
This commit is contained in:
parent
48bc4831ee
commit
8b26f07c6b
@ -26,7 +26,7 @@ fi
|
||||
|
||||
# RosBE Setup Variables
|
||||
rs_host_cflags="-pipe -O2 -Wl,-S -g0"
|
||||
rs_needed_tools="as bison flex $CC $CXX grep makeinfo python" # GNU Make has a special check
|
||||
rs_needed_tools="as bison flex $CC $CXX grep makeinfo python tar bzip2 find" # GNU Make has a special check
|
||||
rs_needed_libs="zlib"
|
||||
rs_target="i686-w64-mingw32"
|
||||
rs_target_cflags="-pipe -O2 -Wl,-S -g0 -march=pentium -mtune=i686"
|
||||
|
Loading…
Reference in New Issue
Block a user