Update collect_libs.sh
This commit is contained in:
parent
acba5fd4e7
commit
7f69ea1c00
1 changed files with 0 additions and 2 deletions
|
@ -17,8 +17,6 @@ function copyLibs {
|
||||||
if [ -d "$ROOT_LOC/binaries/$1/$2" ]; then
|
if [ -d "$ROOT_LOC/binaries/$1/$2" ]; then
|
||||||
echo "Copy binaries $1 $2";
|
echo "Copy binaries $1 $2";
|
||||||
cp "$ROOT_LOC"/binaries/$1/$2/libOsmAndJNI.$4 bin/OsmAndJNI-$1-$3.lib
|
cp "$ROOT_LOC"/binaries/$1/$2/libOsmAndJNI.$4 bin/OsmAndJNI-$1-$3.lib
|
||||||
cp "$ROOT_LOC"/binaries/$1/$2/libOsmAndCoreUtils.$4 bin/OsmAndCoreUtils-$1-$3.lib
|
|
||||||
cp "$ROOT_LOC"/binaries/$1/$2/libOsmAndCore.$4 bin/OsmAndCore-$1-$3.lib
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue