Reimplement new pipeline and allow limiting number of cores used fo build #3
@ -448,6 +448,7 @@ wine_build()
|
|||||||
cd ${WINEDIR}/build
|
cd ${WINEDIR}/build
|
||||||
../configure \
|
../configure \
|
||||||
-enable-win64 \
|
-enable-win64 \
|
||||||
|
--without-freetype \
|
||||||
--without-x
|
--without-x
|
||||||
for TOOL in winedump wmc wrc; do
|
for TOOL in winedump wmc wrc; do
|
||||||
make -j${CORES} tools/${TOOL}/all
|
make -j${CORES} tools/${TOOL}/all
|
||||||
|
Loading…
x
Reference in New Issue
Block a user