mirror of
https://github.com/reactos/RosBE.git
synced 2024-11-26 21:00:28 +00:00
[ROSBE-UNIX] Looks like re2c isn't required after all, so don't depend on it.
This commit is contained in:
parent
14c8cfdd80
commit
131941d5ad
@ -19,7 +19,7 @@ if [ "$CXX" == "" ]; then
|
||||
fi
|
||||
|
||||
# RosBE Setup Variables
|
||||
rs_needed_tools="as bzip2 find $CC $CXX grep m4 makeinfo python re2c tar" # GNU Make has a special check
|
||||
rs_needed_tools="as bzip2 find $CC $CXX grep m4 makeinfo python tar" # 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