mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Update for android scripts, per arch includes.
This commit is contained in:
@@ -106,9 +106,9 @@ do
|
||||
esac
|
||||
done
|
||||
|
||||
if [ ! -d $BUILD_DST/include ];
|
||||
if [ ! -d $BUILD_DST/$ARCH/include ];
|
||||
then
|
||||
common_run mkdir -p $BUILD_DST/include
|
||||
common_run mkdir -p $BUILD_DST/$ARCH/include
|
||||
fi
|
||||
common_run cp -L -R $BUILD_SRC/include/openssl $BUILD_DST/include/
|
||||
common_run cp -L -R $BUILD_SRC/include/openssl $BUILD_DST/$ARCH/include/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user