Skip to content

Commit 74fd485

Browse files
committed
fixed cd in build-android
1 parent c323ff7 commit 74fd485

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build-android

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212

1313
set -e
1414

15-
cd "$(dirname $0)/.." || exit 1
16-
SWIFT_PATH=$PWD
15+
SWIFT_PATH="$( cd "$(dirname $0)/.." && pwd )" || exit 1
1716

1817
ANDROID_NDK_PATH="${ANDROID_NDK_PATH:?Please set the Android NDK path in the ANDROID_NDK_PATH environment variable}"
1918
ANDROID_ICU_PATH=${SWIFT_PATH}/libiconv-libicu-android

0 commit comments

Comments
 (0)