mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 06:23:02 +08:00
df3be23f3f
- [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] SHA512s are updated for each updated download. - [x] The "supports" clause reflects platforms that may be fixed by this new version. - [x] Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file. - [x] Any patches that are no longer applied are deleted from the port's directory. - [x] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [x] Only one version is added to each modified port's versions file.
25 lines
682 B
Diff
25 lines
682 B
Diff
diff --git a/thrift/compiler/CMakeLists.txt b/thrift/compiler/CMakeLists.txt
|
|
index 7b483929f05..837f7169e7e 100644
|
|
--- a/thrift/compiler/CMakeLists.txt
|
|
+++ b/thrift/compiler/CMakeLists.txt
|
|
@@ -73,7 +73,6 @@ add_library(
|
|
ast/t_structured.cc
|
|
ast/t_type.cc
|
|
ast/t_typedef.cc
|
|
- ast/visitor.cc
|
|
)
|
|
target_link_libraries(
|
|
compiler_ast
|
|
diff --git a/thrift/compiler/CMakeLists.txt b/thrift/compiler/CMakeLists.txt
|
|
index 837f7169e7e..45798d66ebf 100644
|
|
--- a/thrift/compiler/CMakeLists.txt
|
|
+++ b/thrift/compiler/CMakeLists.txt
|
|
@@ -130,6 +130,7 @@ add_library(
|
|
lib/go/util.cc
|
|
lib/java/util.cc
|
|
lib/rust/util.cc
|
|
+ lib/python/util.cc
|
|
)
|
|
target_link_libraries(
|
|
compiler
|