mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 12:17:05 +08:00
[llvm] Add atlmfc as a dependence in windows platform (#31604)
* [llvm] Add atlmfc as a dependence in windows platform * Update platform of atlmfc
This commit is contained in:
parent
1fd5ef71cc
commit
afbb37cfd6
@ -3,7 +3,7 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO llvm/llvm-project
|
REPO llvm/llvm-project
|
||||||
REF llvmorg-${VERSION}
|
REF "llvmorg-${VERSION}"
|
||||||
SHA512 99beff9ee6f8c26f16ea53f03ba6209a119099cbe361701b0d5f4df9d5cc5f2f0da7c994c899a4cec876da8428564dc7a8e798226a9ba8b5c18a3ef8b181d39e
|
SHA512 99beff9ee6f8c26f16ea53f03ba6209a119099cbe361701b0d5f4df9d5cc5f2f0da7c994c899a4cec876da8428564dc7a8e798226a9ba8b5c18a3ef8b181d39e
|
||||||
HEAD_REF main
|
HEAD_REF main
|
||||||
PATCHES
|
PATCHES
|
||||||
|
@ -1,12 +1,16 @@
|
|||||||
{
|
{
|
||||||
"name": "llvm",
|
"name": "llvm",
|
||||||
"version": "15.0.7",
|
"version": "15.0.7",
|
||||||
"port-version": 2,
|
"port-version": 3,
|
||||||
"description": "The LLVM Compiler Infrastructure.",
|
"description": "The LLVM Compiler Infrastructure.",
|
||||||
"homepage": "https://llvm.org",
|
"homepage": "https://llvm.org",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"supports": "!uwp & !(arm & windows)",
|
"supports": "!uwp & !(arm & windows)",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
{
|
||||||
|
"name": "atlmfc",
|
||||||
|
"platform": "windows & !mingw"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "vcpkg-cmake",
|
"name": "vcpkg-cmake",
|
||||||
"host": true
|
"host": true
|
||||||
|
@ -4926,7 +4926,7 @@
|
|||||||
},
|
},
|
||||||
"llvm": {
|
"llvm": {
|
||||||
"baseline": "15.0.7",
|
"baseline": "15.0.7",
|
||||||
"port-version": 2
|
"port-version": 3
|
||||||
},
|
},
|
||||||
"lmdb": {
|
"lmdb": {
|
||||||
"baseline": "0.9.29",
|
"baseline": "0.9.29",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "1ba26e4d72f4d6112c483a09d9a2dd0aa42067f3",
|
||||||
|
"version": "15.0.7",
|
||||||
|
"port-version": 3
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "9c069ac90689417940c7a8e5a972afac79042619",
|
"git-tree": "9c069ac90689417940c7a8e5a972afac79042619",
|
||||||
"version": "15.0.7",
|
"version": "15.0.7",
|
||||||
|
Loading…
Reference in New Issue
Block a user