mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
[MacOS] Fix error when copying externals again to build dir
This commit is contained in:
committed by
Mat Sutcliffe
parent
b8661918d7
commit
edb7a4795e
@@ -129,7 +129,7 @@ win32 {
|
|||||||
dest_path = $$DestRoot/bin
|
dest_path = $$DestRoot/bin
|
||||||
}
|
}
|
||||||
else:macx {
|
else:macx {
|
||||||
copy_command = cp
|
copy_command = rsync -avzl
|
||||||
source_path = $$EXTERNALS_BIN_DIR/*
|
source_path = $$EXTERNALS_BIN_DIR/*
|
||||||
dest_path = $$DestRoot/bin
|
dest_path = $$DestRoot/bin
|
||||||
}
|
}
|
||||||
@@ -147,7 +147,7 @@ win32 {
|
|||||||
dest_path = $$DestRoot/bin
|
dest_path = $$DestRoot/bin
|
||||||
}
|
}
|
||||||
else:macx {
|
else:macx {
|
||||||
copy_command = cp -a
|
copy_command = rsync -avzl
|
||||||
source_path = $$EXTERNALS_LIB_DIR/*.{dylib,framework}
|
source_path = $$EXTERNALS_LIB_DIR/*.{dylib,framework}
|
||||||
dest_path = $$DestRoot/lib
|
dest_path = $$DestRoot/lib
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user