Skip to content

Commit

Permalink
More tweaks to match OpenSSL build output
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmojo committed May 8, 2024
1 parent be82272 commit fc1b1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if [[ ! -d "${BUILD_DIR}" ]]; then
tar xzf "${BUILD_ROOT_DIR}/v${OPENH264_VERSION}.tar.gz" -C "${BUILD_DIR}" --strip-components=1
fi

TARGET_DIR="${BUILD_ROOT_DIR}/v${OPENH264_VERSION}_build"
TARGET_DIR="${BUILD_ROOT_DIR}/openh264-${OPENH264_VERSION}"

if [[ -d "${TARGET_DIR}" ]]; then
rm -rf "${TARGET_DIR}"
Expand Down

0 comments on commit fc1b1c7

Please sign in to comment.