Skip to content

Commit 84c4550

Browse files
Use TMPDIR env var instead of /tmp for CURRENTPATH.
1 parent 5f2751f commit 84c4550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenSSL-template.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
SDKVERSION=`xcrun --sdk iphoneos --show-sdk-version 2> /dev/null`
1717
1818
BASEPATH="${PWD}"
19-
CURRENTPATH="/tmp/openssl"
19+
CURRENTPATH="${TMPDIR}/openssl"
2020
ARCHS="i386 x86_64 armv7 armv7s arm64"
2121
DEVELOPER=`xcode-select -print-path`
2222

0 commit comments

Comments
 (0)