Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
Smaller fix (never copy & paste...)
  • Loading branch information
leetal authored Mar 2, 2021
1 parent 9ad6951 commit 2f179db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ BUILD_SHARED=${BUILD_SHARED:-0}
USE_XCODE=${USE_XCODE:-0}
BUILD_CURL=${BUILD_CURL:-0}
USE_STRICT_COMPILER_CHECKS=${USE_STRICT_COMPILER_CHECKS:-0}
DEPLOYMENT_TARGET=${BUILD_CURL:-11.0}
DEPLOYMENT_TARGET=${DEPLOYMENT_TARGET:-11.0}

SHARED_EXT=""
if [[ ${BUILD_SHARED} -eq 1 ]]; then
Expand Down

0 comments on commit 2f179db

Please sign in to comment.