mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Fixed paralell building issue.
This commit is contained in:
@@ -47,7 +47,8 @@ function build {
|
||||
common_run cd $BUILD_SRC
|
||||
common_run git clean -xdf
|
||||
common_run ./Configure --openssldir=$DST_DIR $CONFIG shared
|
||||
common_run make -j build_libs
|
||||
common_run make depend
|
||||
common_run make build_libs
|
||||
|
||||
if [ ! -d $DST_DIR ];
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user