Skip to content

Commit 4a672c5

Browse files
committed
export out dir.
1 parent bb8f6d5 commit 4a672c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_strongswan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ STRONGSWAN_LIBS_DST="$3"
1818

1919
# === Derived Paths ===
2020
ANDROID_OPENSSL_DIR="$STRONGSWAN_DIR/src/frontends/android/openssl"
21-
OUT_DIR="$STRONGSWAN_DIR/src/frontends/android/app/src/main/jni/openssl"
21+
export OUT_DIR="$STRONGSWAN_DIR/src/frontends/android/app/src/main/jni/openssl"
2222
APP_DIR="$STRONGSWAN_DIR/src/frontends/android/app"
2323

2424
echo "===> Copying OpenSSL sources..."

0 commit comments

Comments
 (0)