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