Skip to content

Commit 2f179db

Browse files
authored
Update build.sh
Smaller fix (never copy & paste...)
1 parent 9ad6951 commit 2f179db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ BUILD_SHARED=${BUILD_SHARED:-0}
99
USE_XCODE=${USE_XCODE:-0}
1010
BUILD_CURL=${BUILD_CURL:-0}
1111
USE_STRICT_COMPILER_CHECKS=${USE_STRICT_COMPILER_CHECKS:-0}
12-
DEPLOYMENT_TARGET=${BUILD_CURL:-11.0}
12+
DEPLOYMENT_TARGET=${DEPLOYMENT_TARGET:-11.0}
1313

1414
SHARED_EXT=""
1515
if [[ ${BUILD_SHARED} -eq 1 ]]; then

0 commit comments

Comments
 (0)