Update collect_legacy_libs.sh
This commit is contained in:
parent
27ea80ebf0
commit
e7b10df10f
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ fi
|
|||
function copyLibs {
|
||||
if [ -d "$CORE_LOC/binaries/$1/$2" ]; then
|
||||
echo "Copy binaries $1 $2";
|
||||
mkdir -p "$SCRIPT_LOC"/src/main/resources/
|
||||
cp "$CORE_LOC"/binaries/$1/$2/Release/libosmand.so "$SCRIPT_LOC"/src/main/resources/osmand-$1-$3.lib
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue