Skip to content

Commit

Permalink
Qt WebKit: new macOS binary.
Browse files Browse the repository at this point in the history
Not sure what happened, but our previous binary wasn't working on macOS 10.13, only macOS 10.14 and 10.15...!? (macOS 10.13 claims that Qt WebKit was built for macOS 10.15.)
  • Loading branch information
agarny committed Jun 17, 2020
1 parent a35cd9a commit 85d83a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/3rdparty/QtWebKit/CMakeLists.txt
Expand Up @@ -123,11 +123,11 @@ if(USE_PREBUILT_QTWEBKIT_PACKAGE)
endif()
elseif(APPLE)
retrieve_package_file(${PACKAGE_NAME} ${PACKAGE_VERSION}
${FULL_LOCAL_EXTERNAL_PACKAGE_DIR} 11e9ac7fe969577156fa34ec64c0ce9a7f374e4f
${FULL_LOCAL_EXTERNAL_PACKAGE_DIR} bd1b04a70daf7561a29fa7b5ef61152a1aa69acf
RELEASE_TAG ${RELEASE_TAG}
SHA1_FILES ${SHA1_FILES}
SHA1_VALUES d4deee0f4920f234d62a275616c9f595e5a26b54
fbd53415cd7566a24426ff95d7a9ffc67f47eae5)
SHA1_VALUES 2cfd594e76f05b3db2dd3274cb0dac222bb39cf6
10bc9af862014f39d56c415fba2d13b99298a06a)
else()
retrieve_package_file(${PACKAGE_NAME} ${PACKAGE_VERSION}
${FULL_LOCAL_EXTERNAL_PACKAGE_DIR} 2a86672ba37d55a425d610272a8feb9a42e4b0df
Expand Down

0 comments on commit 85d83a8

Please sign in to comment.